This bot automatically fetches and posts Roblox price floor updates to Bluesky every 15 minutes using GitHub Actions. It tracks price changes for various UGC items and ensures the latest data is shared.
- ✅ Fetches Roblox price floors from the API.
- ✅ Detects and logs price changes.
- ✅ Posts updates to Bluesky when changes occur.
- ✅ Runs automatically using GitHub Actions.
- ✅ Stores historical data in
roblox_price_history.json
.
-
Clone the repository
git clone https://github.com/YOUR_USERNAME/roblox-price-floor-bot.git cd roblox-price-floor-bot
-
Install dependencies
pip install -r requirements.txt
-
Set up environment variables
Rename the
.env.example
to.env
and fill in the informationBLUESKY_USERNAME
=HANDLE FOR SAID BLUESKY ACCOUNTBLUESKY_PASSWORD
=APP PASSWORDROBLOX_COOKIE
=ROBLOX SESSION COOKIE
-
Run the script
python index.py
This project is licensed under the MIT License. See LICENSE for details.
Made with 💖 by ScrapBlox