Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/torrydo/dictionary-scraper-d1

extracts wiktionary words from their rest api
https://github.com/torrydo/dictionary-scraper-d1

Last synced: about 9 hours ago
JSON representation

extracts wiktionary words from their rest api

Awesome Lists containing this project

README

        

# wiktionary_scraper
this project is made to parse word's definition from given text file, and save it to json format

### I, Preparation:
- clone this project
- import required dependency
- go to main.py then pass required parameter:
~ word_file_path: file path of your words text file (eg: ".../username/docs/words.txt")
~ workspace_dir_path: directory path, should be empty directory
~ accept_empty_word: False by default, it will ignore null word
~ parallel: 5 by default, allow program run 'n' scraper asynchronously