A simple helper to post a message and your stream link to self-promotion/promotional channels in Discord servers you are a member of. This automation helper operates without needing API access, utilizing a straightforward approach for ease of use and setup.
- Auto Posting: Automatically post your stream link and a message to designated channels.
- Queue System: Incorporates a queueing system to respect server rules and avoid spamming.
This tool is designed to assist with the promotion of your streams in a responsible manner. It includes a built-in queue and anti-spam functionality to prevent abuse. Modifying the code to circumvent these safeguards may result in your account being banned from servers or Discord itself. Use this tool responsibly and always adhere to the rules of the servers you're posting in.
- Clone this repository to your local machine.
- Ensure Python and pip are installed.
- Setup a virtual environment:
python -m venv discord_automation_env