Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

soft for@NotPixel

NotificationsYou must be signed in to change notification settings

Argona7/NotPixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.11 (you can install ithere)
  • Telegram API_ID and API_HASH (you can get themhere)
  1. Install the required dependencies:

    pip install -r requirements.txt
  2. 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
  3. Configure the application:

    • Openconfig.py and add yourAPI_ID andAPI_HASH:

      API_ID=your_api_idAPI_HASH='your_api_hash'
    • If you want to use a proxy, setUSE_PROXY inconfig.py toTrue, otherwise set it toFalse:

      USE_PROXY=True# or False
    • IfUSE_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 inconfig.py

    PROXY_TYPE="socks5"# or http
  4. IMPORTANT Create asessions folder

Usage

  1. Run the bot:

    python main.py
  2. The software will work with all accounts using the singleAPI_ID andAPI_HASH. No need to change them for each account.

Important Notes

  • 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

Telegram BageTwitter Bage

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp