Streaming the server chat for flight plans with IFPS format to check them and add a "reaction" if it passes, either the error message will be sent in private message to the sender.
- Python 3.6
- pip
- Discord App Secret Get here
- Clone the repository :
git clone https://github.com/Tchekda/DiscordBotIFPS.git
- Install dependencies
pip install -r requirements.txt
- Set the Discord App Secret as DISCORD_TOKEN environnement variable
- Run the bot
python bot.py
To run tests, modify the name of your bot in the test.py file isthe setUp function at the name variable.
self.name = "Your bot Name"
instead of
self.name = "BotIFPS"
- Stats per user by correct flight plans
- Automatic messages when a member stats a flight or open an ATC position
This project is licensed under the MIT License - see the LICENSE file for details