instaling-solver

instaling-solver is a small project that automates the process of answering instaling.pl questions.


Keywords
selenium, instaling, automation, bot, geckodriver, webscraping
License
GPL-3.0
Install
pip install instaling-solver==1.0

Documentation

About the project

instaling-solver is a small project that automates the process of answering instaling.pl questions.

Prerequisites

Dependencies

Installation

Download a webdriver for your browser and copy it to path (for example C:\Windows or /bin)

pip install instaling-solver

Usage

python -m instaling-solver [options]

Options

option description
--user -u your instaling username
--password -p your instaling password
--sessions -s desired number of instaling sessions to complete
--file -f file with the saved instaling words
--delay -d delay in seconds before answering each question
--headless -h toogle headless mode (without browser gui)