No description
- Python 98.9%
- Dockerfile 0.7%
- Shell 0.4%
|
Some checks are pending
Build and Push Docker Container / build_and_push (push) Waiting to run
Reviewed-on: andreas/f16-bot#58 |
||
|---|---|---|
| .github/workflows | ||
| modules | ||
| scrapefiles | ||
| .gitignore | ||
| app.py | ||
| config.py | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
| update_dev | ||
| update_prod | ||
F16-BOT
A Python Discord bot that fetches information about shooting competitions in your nearby area and sends them as messages to your club's Discord server. This bot is designed to keep your club members informed about upcoming shooting competitions, making it easier for them to participate and stay engaged in the sport.
Features
- Fetches shooting competition information from a reliable source.
- Sends competition details, including date, location, and other relevant information, as messages to your Discord server.
- Dockerized for easy deployment.
- Continuous deployment using GitHub Actions.
- Sends all messages to a dedicated channel on your Discord server.
Table of Contents
Installation
Before running the bot, you need to install Docker and set up a Discord bot on your server.
- Clone this repository:
git clone https://github.com/AndreasFeldt/f16-bot/
cd f16-bot
- Build and run the Docker container:
docker build -t f16-bot .
docker run -d f16-bot
The bot should now be running and ready to fetch competition information.
Usage
Once the bot is running, it will periodically fetch shooting competition information and send it as messages to your Discord server.
License
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for your own purposes.