Experiment with selenium and triviusgame.com.
- Clone repository
- Run
pip install -r -requirements.txt
from bot import Bot
bot = Bot(
"<quiz url>", # https://triviusgame.com/game/geography/geography-general
"<email addres>",
"<password>"
)
bot.start()