Skip to content

ianlibasora/HomeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeBot

Home utility bot in discord using Python

Dependencies

All dependancies are contained within requirements.txt file. To install run:

pip3 install -r requirements.txt

How to Run

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

Features

  1. Airport weather data requests
    • Airport METAR reports
    • Airport TAF reports
  2. F1 Standings
    • F1 Schedule
    • World Drivers Standings
    • World Constructors Standings
  3. Ireland COVID-19 Data
    • Ireland new COVID-19 data

Attribution

By Joseph Libasora

Last updated: 18.MAY.2023

About

Simple discord home utility bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published