Giter VIP home page Giter VIP logo

okx-racer's Introduction

Software for OKX-Racer telegram Bot

Requirements

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

    pip install -r requirements.txt
  2. Get your API_ID and API_HASH:

    • Go to my.telegram.org
    • Sign in with your Telegram account
    • Create a new application to get your API_ID and API_HASH
  3. Configure the application:

    • Open config.py and add your API_ID and API_HASH:

      API_ID = your_api_id
      API_HASH = 'your_api_hash'
    • If you want to use a proxy, set USE_PROXY in config.py to True, otherwise set it to False:

      USE_PROXY = True  # or False
    • If USE_PROXY is True, open proxy.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 session1
    192.168.1.2:2934:username:password session2
    192.168.1.3:3834:username:password session3
    192.168.5.1:2884:username:password session4

    And don't forget set proxy type in config.py

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

Usage

  1. Run the bot:

    python main.py
  2. The software will work with all accounts using the single API_ID and API_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

Thank you for using Blum Telegram Bot! Don't forget to follow our Telegram channel for updates.

Ton wallet for donations : UQCLxqnBscAH1i8WNU2qfqXrAKCd5AoNgbuNrvZHTZOLI3Yg

okx-racer's People

Contributors

petyasoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar Dima Koval avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.