This project creates a Discord bot using Python that fetches transit departure information from TfNSW’s Open Data API and displays real-time departure from Redfern Station for University of Sydney community on discord. Users can also use command to query departure information of any station/stop available in the Open Data API.
This project includes a docker image file that can be used to build a container image. You can start the bot using the included docker-compose
Automatically updated Redfern Station departure display
- Docker
- Docker-compose
- Provide Discord developer API for bot account and TfNSW Open Data API for departure data in
env.py
- Start the bot with
docker-compose up -d