H1B0B0 / Kick-Viewerbot

Tools with a graphical interface to create fictitious viewers on your live streams
MIT License
11 stars 3 forks source link
bot easy-to-use interface kick kick-viewbot kick-viewer-bot python viewer

Kick Viewer Bot

This is a Python script for generating Kick views using proxies. It is implemented as a GUI application with the help of the tkinter module.

My patreon to support me or buy me a coffee

:warning: Buy me a coffee✓.

My Patreon

Requirements

Download the folder

Warning If you don't have Git installed, you can download it from here.

  1. Open a command prompt and navigate to the location where you want to install the folder. Then use the following command:

    git clone https://github.com/H1B0B0/Kick-Viewerbot.git
  2. Once the folder installation is complete, navigate into the folder.

  3. Run the file install.batto install the required dependencies.

Warning You need Python installed. If you don't have it, you can download it from here

  1. Run main.bat or main_just_terminal.bat if you prefer a command-line interface and better performance (the terminal version currently uses HTTP scraped proxies).

Usage

  1. Install the requirements:
pip install .
  1. Run the script:
python3 main.py

or

python3 main_just_terminal.py

or

python3 script.py -threads nb_threads -kickname example_channel

or

py -3 main.py

or

py -3 main_just_terminal.py

or

py -3 script.py -threads nb_threads -kickname example_channel -proxyfile path/to/your/proxylist
  1. Fill in the following details in the GUI:
  1. Click the "Start bot" button to start the script. -->

Code Overview

The script starts by importing the required modules and setting up global variables.

The ViewerBot class has methods for reading the list of proxies, getting the URL for the Kick channel, and sending HEAD requests using proxies.

The ViewerBotGUI class sets up the GUI and handles button clicks.

The main() function creates an instance of the ViewerBotGUI class and starts the GUI main loop.

Interface

License

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

Warning

This code is for educational purposes only