Skip to content

Janphr/tg-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-Scanner

Code for: https://youtu.be/-NjVUOdyPNY

Getting started

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

install Poetry for Linux

curl -sSL https://install.python-poetry.org | python3 -

install Poetry for Windows

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

install all dependencies

if you'd like to have .venv locally in the project

poetry config virtualenvs.in-project true

then

poetry install

update all dependencies

poetry update

for more read the docs or

poetry list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published