Skip to content

Telegram notification of the newest movies from Kinomax theater

Notifications You must be signed in to change notification settings

Evgeniy-Golodnykh/movies_notifications

Repository files navigation

Movies notifications

Description

This is a Telegram notification of the newest movies from Kinomax theater. It's purpose is to simplify monitoring information about theater session.

Quick Start

  1. Clone repo
git clone git@github.com:Evgeniy-Golodnykh/movies_notifications.git
  1. Creates the virtual environment
python3 -m venv venv
  1. Activates the virtual environment
source venv/bin/activate
  1. Upgrade PIP and install the requirements packages into the virtual environment
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
  1. Go to parser folder
cd parser
  1. To run the application use command
python3 main.py

Technology

Python, Selenium, SQLAlchemy, PostgreSQL, Python Telegram Bot, Docker, GitHub Actions

Author

Evgeniy Golodnykh

CI/CD pipeline status

movies_notifications_workflow

About

Telegram notification of the newest movies from Kinomax theater

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published