Skip to content

This is a simple message sender for Telegram, written in Python using the Telethon library.

Notifications You must be signed in to change notification settings

ErsinSim/Python-Telegram-Message-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Message Sender

This is a Telegram message sender, written in Python. It is using the Telethon library. This experiment is for educational purposes.

How to run it?

  1. Make sure Python is in your PATH on your system. You can simply check this by opening cmd or PowerShell and type: python --version

How to add Python to PATH: https://realpython.com/add-python-to-path/

  1. Open cmd or PowerShell and install the requirements with: pip install -r requirements.txt
  2. Create your API_ID and API_HASH here: https://my.telegram.org/auth
  3. Paste your API_ID and API_HASH into the variables in main.py
  4. Open cmd or PowerShell and start with: python main.py

About

This is a simple message sender for Telegram, written in Python using the Telethon library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages