Skip to content

Germanized/rblxidcheckerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

REQUIREMENTS: Discord Server duh,Discord bot with permissions and intents,python

Roblox Catalog Sale Notifier Bot

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)

Features

  • 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.

Setup

  1. Install Dependencies: Ensure you have Python installed, then install the required packages:
    pip install discord.py selenium webdriver-manager

Configure the Bot

  • Replace PUTYOURCHANNELIDHERE with your Discord channel ID where notifications will be sent.
  • Replace PUTYOURBOTTOKENHERE with your Discord bot token.

Run the Bot

Save the script as bot.py and run it:

python bot.py

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

discordbotversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages