A Python-based Telegram bot leveraging GCP to organize and share academic resources like PDFs and videos, tailored for university students by faculty and degree.
- Create a copy of .env_example and rename it to .env.
- Fill in all the necessary variables in the .env file.
To build the Docker image and start the application, run the following commands:
docker build -t telegram_bot .
docker run -it --name Telegram_bot telegram_bot