Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.45 KB

README.md

File metadata and controls

93 lines (68 loc) · 2.45 KB

GitHub View Booster

A tool designed to boost GitHub profile views counter using proxy support and multi-threading capabilities.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • Requires: Python 3.7+
  • Make a python virtual environment: python3 -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt

🔥 Features

  • Automated GitHub profile views boosting
  • Proxy support for avoiding rate limits
  • Multi-threaded view generation
  • Real-time view count tracking
  • Configurable thread count
  • Debug mode for troubleshooting
  • Proxy/Proxyless mode support

📝 Usage

  1. Configuration:

    • Add your GitHub profile views counter URL in input/config.toml:

      [data]
      camo_url = "your_github_views_counter_url" # e.g https://camo.githubusercontent.com/a21dbfbfd470a6dfe144b3a3608500653...
      
      [dev]
      Debug = false
      Proxyless = false
      Threads = 1
  2. Proxy Setup (Optional):

    • Add proxies to input/proxies.txt (one per line)
    • Format: ip:port or user:pass@ip:port
  3. Running the script:

    python main.py

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only
  • The author is not responsible for any misuse of this tool
  • Use responsibly and in accordance with GitHub's terms of service

📜 ChangeLog

v0.0.1 ⋮ 12/26/2024
! Initial release.