Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhotujec/trivius-bot

Simple trivius bot for experimental purposes
https://github.com/jhotujec/trivius-bot

Last synced: 8 days ago
JSON representation

Simple trivius bot for experimental purposes

Awesome Lists containing this project

README

        

### Trivious-bot

Experiment with selenium and [triviusgame.com](triviusgame.com).

#### Install
- Clone repository
- Run ``` pip install -r -requirements.txt ```

#### Run bot
```python
from bot import Bot

bot = Bot(
"", # https://triviusgame.com/game/geography/geography-general
"",
""
)

bot.start()
```