Skip to content

mrjonesdev/pyrogram-Massenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrogram-Massenger

With this source and using the Pyrogram library, we will have access to Telegram. This source is under development.

Pre Installation

Before you begin, make sure you have the following installed:

Obtaining API Keys

  1. Go to my.telegram.org and log in using your phone number.
  2. Select "API development tools" and fill out the form to register a new application.
  3. Save the API_ID and API_HASH items.

Installation

  1. Clone this repo

You can download the repository by cloning it to your system and installing the necessary dependencies:

git clone https://github.com/mohammadabdi75/pyrogram-Massenger.git
cd pyrogram-Massenger
  1. Install requirements
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
nano setUsername.py or receiver.py # Place Your API and Token and Channel ID
python3 setUsername.py or receiver.py

Usage

Place Your API and Token and Channel ID

# Codes for API_ID and CHANNEL should be without " "
API_ID= Your API_ID
API_HASH= "Your API_HASH"
TOKEN= "Your TOKEN"
CHANNEL= Your CHANNEL

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

❤️ Special Thanks

Special thanks to AmirSbss for help in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages