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.
:warning: Buy me a coffee✓.
Warning If you don't have Git installed, you can download it from here.
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
Once the folder installation is complete, navigate into the folder.
Run the file install.bat
to install the required dependencies.
Warning You need Python installed. If you don't have it, you can download it from here
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).pip install .
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
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.
This project is licensed under the MIT License. See the LICENSE file for details.
This code is for educational purposes only