Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhotujec/trivius-bot
- Owner: jhotujec
- Created: 2017-09-03T02:30:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:36:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T01:54:32.236Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 Botbot = Bot(
"", # https://triviusgame.com/game/geography/geography-general
"",
""
)bot.start()
```