Caution
This is a purely EDUCATIONAL project. Do not run it for personal gain or benefit.
I did not benefit in the creation of this program—all posts were opened in my browser as part of normal forum usage.
This project is an experiment with Selenium for learning purposes only.
I am not liable for any damages or misuse.
A tool to automate reading the latest posts from the Roblox DevForum’s Help and Feedback and Bug Reports categories.
It can log in automatically if you provide valid cookies and will skip replies you’ve already read.
- Uses cookie file for authentication
- Can log output to files with timestamps
- Set read time for replies and delays for posts
- Set percentage of replies to read in each post
You can also run the tool without arguments (provided cookies.json exists), there are optimized defaults.
- Python 3.13 installed
- Poetry, pip, or Nix for installation
- Use a tool like Cookie-Editor to export your browser cookies as JSON.
- You only need to export the
ROBLOSECURITYcookie, but exporting all cookies is fine. - Save your exported cookies as
cookies.jsonin the project directory, or use the--cookie-fileoption to specify a different file path.
Caution
Never share your ROBLOSECURITY cookie.
This cookie grants full access to your Roblox account.
Keep your cookies.json file safe and secure!
Choose one of the following methods:
poetry install
poetry run devforumauto --helppip install git+https://github.com/Soikr/devforumauto.git
devforumauto --helpnix run github:Soikr/devforumauto
# Or to pass arguments:
nix run github:Soikr/devforumauto -- --help