-
Notifications
You must be signed in to change notification settings - Fork 0
License
vcnngr/bot-telegram
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
=== TELEGRAM BOT INTERMEDIARIO (DOCKER + TELETHON) === 1. REGISTRA un'app su https://my.telegram.org - Ottieni api_id e api_hash 2. COSTRUISCI IL CONTAINER: docker build -t telegram-bot-intermediario . 3. ESEGUI IL CONTAINER con variabili personalizzate: docker run -it --rm \ -e API_ID=123456 \ -e API_HASH=abc123yourhash \ -e PHONE_NUMBER=+39XXXXXXXXXX \ -v $(pwd)/session:/app/session \ telegram-bot-intermediario NOTE: - La prima volta ti verrà chiesto un codice Telegram - I dati di sessione sono salvati nella cartella "session"
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published