instaling-solver is a small project that automates the process of answering instaling.pl questions.
- Firefox or Chromium based browser
- Geckodriver (For Firefox) or Chromedriver (For Chromium)
Download a webdriver for your browser and copy it to path (for example C:\Windows
or /bin
)
pip install instaling-solver
python -m instaling-solver [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) |