mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
No description
f6335b47fd
Format with black |
||
---|---|---|
tg | ||
.gitignore | ||
pyproject.toml | ||
README.md | ||
UNLICENSE |
tg
Console telegram client.
(!) currently in development
Usage
Clone repository. Run this command.
docker run -i -t --rm \
-v /tmp/docker-python-telegram/:/tmp/ \
-e API_ID=[id]
-e API_HASH=[hash]
-e PHONE=[phone] \
-e PYTHONPATH=/app -v $PWD:/app \
akhmetov/python-telegram python3 /app/tg/main.py
Where:
APP_ID
andAPI_HASH
is keys from telegramPHONE
your phone number (or login)
If you don't want to run it using docker, install tdlib
and python-telegram
For example, macOS:
brew install tdlib
pip3 install python-telegram
Links
Usefull links to help develop this project.