The aim of this bot is to relay information to Covenant University Students (which can be filtered by College or Level or both).
It is recommended that you have ngrok
installed or any other tunneling services as Telegram doesn't allow setting localhosts for webhooks.
- Set up a virtual environment:
python -m venv .venv
- Install all dependencies:
pip install -r requirements.lock
- Activate the virtual environment:
.venv/Scripts/activate
- Observe
example.env
for the list of environment variables that should be provided.
If you come across this bot, you are free to make and contribute changes to it by:
- 🍴 Forking this repo
- ✏️ Making the required changes
- ✉️ Submitting a pull request.
All contributions are highly appreciated ⭐
This bot was originally deployed on railway and a live version of this bot can be found here.