A repository consisting of the workings of a discord bot
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The Update Watcher project will scrape a given amount of placeids
- Clone the repository
- Create a .env file in the main Update Watcher directory
- Add Discord Token(TOKEN) and Roblox API Key(X-API-KEY) to .env file
X-API-KEY='ROBLOX API KEY HERE' TOKEN='DISCORD TOKEN HERE'
This is an example of how to list things you need to use the software and how to install them.
- pip
pip install package
- Get a free API Key at roblox.com
- Clone the repo
git clone https://github.com/goodcrazycreeper/Update-Watcher
- Install packages
pip install requests pip install discord
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the project_license. See LICENSE.txt for more information.

