Gulpy is a bot for Gulper.io that is designed to be a simple, easy-to-use, and easy-to-extend bot. It is written in Python and uses Selenium to interact with the Gulper.io website.
Gulpy requires Python 3 or higher. It also requires the following Python packages:
Start by installing the dependencies:
pip install -r requirements.txt
Since we are using the undetected-chromedriver package, we don't need to install ChromeDriver separately. The undetected-chromedriver package will automatically download the latest version of ChromeDriver and install it for you.
Gulpy is designed to be run from the command line. It can be run with the following command:
python gulpy.py
This bot is not affiliated with Gulper.io in any way. It is designed to be used for educational purposes only. The very purpose of this bot is to demonstrate how to use Selenium to interact with a website. Use at your own risk. I am not responsible for any bans or other issues that may arise from using this bot.
This project is licensed under the MIT License - see the LICENSE file for details.