The objective of this project is to extract the soccer matches of the day from the URI: "https://www.uol.com.br/esporte/futebol/central-de-jogos/",
and reply with TelegramBot a message containing all the matches of the day.
Template is written with django framework.
- Login/Logout
- WebScrapper to Uol Site
- Telegram Bot Father Build
- Telegram send message
- Redis Stack
- Celery Tasks Automation
- Admin Page Control
The following tools were used in building the project:
Caio Marinho 🚀
Made with ❤️ by Caio Marinho 👋🏽 Get in touch!
Fi rst clone the repository from Github and switch to the new directory:
Activate the virtualenv for your project.
Install project dependencies:
$ pip install -r requirements.txt
Then simply apply the migrations:
$ python manage.py migrate
You can now run the development server:
$ python manage.py runserver