Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AdrienCos/openTDBscraper

Scraper for the website OpenTDB (https://opentdb.com) aimed at creating Anki trivia flashcards
https://github.com/AdrienCos/openTDBscraper

anki python3 scraper trivia

Last synced: 14 days ago
JSON representation

Scraper for the website OpenTDB (https://opentdb.com) aimed at creating Anki trivia flashcards

Awesome Lists containing this project

README

        

# openTDBscraper
Scraper for the website [OpenTDB](https://opentdb.com) aimed at creating Anki trivia flashcards

To run the scaper, execute `python3 download.py` from a terminal.

The script will automatically download every trivia category from openTDB, creating one CSV file per category.

# Required libraries

* os
* json
* urllib
* random
* math
* mutliprocessing

# Credits

[OpenTriviaDB](https://opentdb.com/) questions by [PIXELTAIL GAMES LLC](http://www.pixeltailgames.com/) are licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).