- Notifications
You must be signed in to change notification settings - Fork2
Argona7/NotPixel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Install the required dependencies:
pip install -r requirements.txt
Get your API_ID and API_HASH:
- Go tomy.telegram.org
- Sign in with your Telegram account
- Create a new application to get your API_ID and API_HASH
Configure the application:
Open
config.py
and add yourAPI_ID
andAPI_HASH
:API_ID=your_api_idAPI_HASH='your_api_hash'
If you want to use a proxy, set
USE_PROXY
inconfig.py
toTrue
, otherwise set it toFalse
:USE_PROXY=True# or False
If
USE_PROXY
isTrue
, openproxy.txt
and fill it out using the example provided. Ensure there are no extra lines in the file.Proxy format : ip:port:login:password session_name, session name is which use this proxy (WITHOUT .session, only session name)
192.168.1.1:1234:username:password session1192.168.1.2:2934:username:password session2192.168.1.3:3834:username:password session3192.168.5.1:2884:username:password session4
And don't forget set proxy type in
config.py
PROXY_TYPE="socks5"# or http
IMPORTANT Create a
sessions
folder
Run the bot:
python main.py
The software will work with all accounts using the single
API_ID
andAPI_HASH
. No need to change them for each account.
- Python Version: The software runs on Python 3.11. Using a different version may cause errors.
- DONT USE MAIN ACCOUNT BECAUSE THERE IS ALWAYS A CHANCE TO GET BANNED IN TELEGRAM
DONATIONS
ton : UQDCSg-HwdwKA4OES8q6w35s4tPx_5k1QczMc17gAsTNLAhnevm networks : 0x13FFbeB41Ae9532e7F7ce32616726728ead3E859
About
soft for@NotPixel
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.