Skip to content

iammatthi/iterborea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterborea Bot

Iterborea Bot is a bot that can be used to increase the Iterborea website level. It is written in Python and uses OpenCV to read the QR code from the webcam and Requests to interact with the website. To improve the speed of the bot, many requests are sent in parallel.

Disclaimer

This bot is developed for educational purposes only.

Getting Started

Clone the repository to your local machine:

git clone https://github.com/iammatthi/iterborea.git

Move into the project directory:

cd iterborea

Create a config.yml file by copying the config.yml.example file:

cp config.yml.example config.yml

Update the values in the config.yml file with your own configuration.

  • base_url: The base URL of the Iterborea website.
  • video_source: The URL of the webcam used to record the QR code.
    • 0 or 1 for the default webcam in the system.
    • URL of an IP Webcam. An IP Webcam app can also be used to stream the camera of a mobile device (e.g. IP Webcam Android App).
    • See OpenCV documentation for more information.
  • requests_each_scan: The number of requests to send each time a QR code is scanned.

Install the dependencies:

pip install -r requirements.txt

Start the bot:

python main.py

About

Bot to increase the Iterborea website level.

Topics

Resources

Stars

Watchers

Forks

Languages