Home utility bot in discord using Python
All dependancies are contained within requirements.txt file. To install run:
pip3 install -r requirements.txt
python3 HomeMain.py
Alternatively, a docker image can be built and run using the included Dockerfile. Eg.
docker built -t name-of-your-docker-image .
docker run --rm -d -e TOKEN="insert-your-token-here" name-of-your-docker-image
# A valid Discord token will need to be passed into the docker container
- Airport weather data requests
- Airport METAR reports
- Airport TAF reports
- F1 Standings
- F1 Schedule
- World Drivers Standings
- World Constructors Standings
- Ireland COVID-19 Data
- Ireland new COVID-19 data
- METAR/TAF API from Aviation Weather Center / National Weather Service, (NOAA) National Oceanic and Atmospheric Administration
- F1 Data API from Ergast
- Ireland COVID-19 Data from Ireland COVID-19 Data Hub
- COVID-19 icon by Freepik from flaticon.com
- Plane icon by Freepik from flaticon.com
- Home icon by Freepik from flaticon.com
- F1 icon by Freepik from flaticon.com
By Joseph Libasora
Last updated: 18.MAY.2023