This Discord bot monitors the sale status of Roblox catalog items and alerts you when their status changes. It uses Selenium to scrape the catalog pages and checks for item availability every 10 seconds. (can be changed)
- Monitor Items: Add Roblox catalog item IDs to the watchlist and get notified when their sale status changes.
- Status Updates: Receive updates in the specified Discord channel when items go on sale or are taken off sale.
- Commands:
/addid <item_id>
- Add a Roblox catalog item ID to the watchlist./removeid <item_id>
- Remove a Roblox catalog item ID from the watchlist./status
- Get the current status of all monitored items./credits
- View credits for the bot creator.
- Install Dependencies:
Ensure you have Python installed, then install the required packages:
pip install discord.py selenium webdriver-manager
- Replace
PUTYOURCHANNELIDHERE
with your Discord channel ID where notifications will be sent. - Replace
PUTYOURBOTTOKENHERE
with your Discord bot token.
Save the script as bot.py
and run it:
python bot.py
- Bot Creator: Marcelo
- Socials: guns.lol/pronhubstar
This project is licensed under the MIT License - see the LICENSE file for details.