WARNING Linux oriented project, it might work on Windows environment, but you are on your own to solve problems, if any problems will occur.
Consider creating venv for this project (optional)
python3.6, python-pip should be installed
cd into project dir
create virtual environment (optional step)
python3 -m venv venv
source ./venv/bin/activate
Install google-chrome web browser from Google's web site directly, or via your favorite repository if avaliable.
Run to install all required modules.
pip install -r requirements.txt
Create your telegram bot via @BotFather in telegram if you are not already.
Open api_token.py with your favorite text editor and paste your bot API between quotes and save file.
Open credentials.py with your favorite text editor and paste your credentials from lostfilm.tv between quotes for mail and password respectively.
With all above done run script via
python3 lostfilm_parcer_bot.py
Your bot should be operational now