Skip to content

This is a Python script called GitHub Views Botter, which automates increasing the view count of a GitHub repository's image file. It sends requests to the image URL, effectively incrementing the view count.

License

Notifications You must be signed in to change notification settings

hmRemi/github-views-botter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Views Botter

GitHub Views Botter is a Python script that automates the process of increasing the view count of a GitHub repository's image file. It does so by sending requests to the image URL, effectively incrementing the view count.

GitHub Views Botter GitHub Views Botter

Showcase

Views


Features

  • Multi-Threaded: Utilize multiple threads to efficiently increase the view count of the GitHub repository's image file.
  • Easy to Use: Just provide the image URL, the number of threads you want to use, and your proxy details.
  • Real-Time Stats: Monitor the number of successful hits and failed attempts.
  • Console Title: Get real-time statistics in the console title, including Views Per Minute (VPM).

Milestones

  • 10 Stars - Better Error Handling
  • 25 Stars - Recode in Rust
  • 50 Stars - Suggest wtv

Table of Contents


Getting Started

Prerequisites

To run the GitHub Views Botter, you will need the following:

  • Python 3.x
  • Requests library

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Devuxious/GitHub-Views-Botter.git
  2. Install the required dependencies:

    pip install requests
  3. Run the script:

    python main.py

Usage

  1. After running the script, you'll be prompted to enter the number of threads and the image URL you want to target.
  2. Number of Threads: Input the desired number of threads you want to use. More threads can help increase the view count faster, but be cautious not to overload the target server.
  3. Image URL: Provide the URL of the image file hosted on the GitHub repository that you want to boost the view count for.
  4. The script will start sending requests to the image URL, incrementing the view count.
  5. You can monitor the progress in real-time in the console title, where the hits, failures, and Views Per Minute (VPM) will be displayed.

Contributing

We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:

  1. Fork the Project: Start by forking the project to your own GitHub account using the "Fork" button at the top right of this repository.
  2. Create a New Branch: Create a new branch in your forked repository. This branch will be dedicated to your feature, enhancement, or bug fix.
  3. Make Changes: Implement your desired changes, whether it's a new feature, improvement, or fixing a bug. Please ensure your code adheres to the project's coding standards.
  4. Commit Your Changes: Commit your changes with clear and concise commit messages that describe the purpose of each change.
  5. Push to Your Fork: Push your changes to your forked repository on GitHub.
  6. Create a Pull Request: Once you've pushed your changes to your fork, go to the original repository and create a pull request. Provide a detailed description of your changes and why they are valuable.

License

This project is licensed under the MIT License - see the LICENSE file for details.


If you have any questions, issues, or suggestions, feel free to open an issue.

About

This is a Python script called GitHub Views Botter, which automates increasing the view count of a GitHub repository's image file. It sends requests to the image URL, effectively incrementing the view count.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages