ianlibasora / AviationBot

Discord airport METAR/TAF request bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Aviation Bot

Simple Discord bot for retrieving airport METAR / TAF data in Python

Dependencies

All modules can be installed using pip.

Example:

pip install requests

Commands Available

Commands are all prefixed by "."

  • METAR / metar - Accepts airport ICAO code as an arguement, returns latest airport METAR report
  • TAF / taf - Accepts airport ICAO code as an arguement, returns latest airport METAR report
  • WX / wx / report - Accepts airport ICAO code as an arguement, returns latest airport METAR & TAF report

Notes

  • Bot token is stored in a ".token.txt" file
  • This is to safeguard bot tokens going public
  • As such, the bot will not run without said file being present

Assets Used


By Joseph Libasora

Last updated: 16.SEPT.2020, Python 3.8.2

About

Discord airport METAR/TAF request bot


Languages

Language:Python 100.0%