This is a Telegram notification of the newest movies from Kinomax theater. It's purpose is to simplify monitoring information about theater session.
- Clone repo
git clone git@github.com:Evgeniy-Golodnykh/movies_notifications.git
- Creates the virtual environment
python3 -m venv venv
- Activates the virtual environment
source venv/bin/activate
- Upgrade PIP and install the requirements packages into the virtual environment
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- Go to parser folder
cd parser
- To run the application use command
python3 main.py
Python, Selenium, SQLAlchemy, PostgreSQL, Python Telegram Bot, Docker, GitHub Actions