A tool to aid Discord-oriented clubs and communities to quickly post notifications to a set of supported social medias. The goal is for a one-time setup tool to be used for "heralding" club news to different social medias at once.
Bots are defined to support a consistent set of functions once setup.
Parse, Create Preview and Post.
-
Parse: A bot must first parse the it's provided configuration file for credentials.
-
Preview: Outputs a "preview post" according to the input post configuration.
-
Post: Posts to the social media configured for the bot above.
- Install Python
- Install python package requirements
pip install -r requirements.txt
- Setup Configuration file (More below)