Code for: https://youtu.be/-NjVUOdyPNY
Use poetry or pip to get everything running
then replace
api_id and api_hash with the one of your telegram account:
https://core.telegram.org/api/obtaining_api_id
lastly set you start_channel
and run main.py or poetry run main
curl -sSL https://install.python-poetry.org | python3 -
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
if you'd like to have .venv locally in the project
poetry config virtualenvs.in-project true
then
poetry install
poetry update
for more read the docs or
poetry list