Skip to content

A Python bot that streams channels to find a Flight Plan to parse and validate it with IFPS

License

Notifications You must be signed in to change notification settings

Tchekda/DiscordBotIFPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot Discord by Tchekda for "Team MLN208"

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.

Builds

  • Master : Build Status
  • Dev : Build Status

Getting started

Prerequisites

  • Python 3.6
  • pip
  • Discord App Secret Get here

Installing

  • 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

Running Tests

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"

Todo

  • Stats per user by correct flight plans
  • Automatic messages when a member stats a flight or open an ATC position

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A Python bot that streams channels to find a Flight Plan to parse and validate it with IFPS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages