Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AdrienCos/openTDBscraper
- Owner: AdrienCos
- License: mit
- Created: 2018-04-19T19:00:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T08:08:59.000Z (over 6 years ago)
- Last Synced: 2024-07-29T16:53:29.619Z (3 months ago)
- Topics: anki, python3, scraper, trivia
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openTDBscraper
Scraper for the website [OpenTDB](https://opentdb.com) aimed at creating Anki trivia flashcardsTo 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/).