Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/torrydo/dictionary-scraper-d1
- Owner: TorryDo
- Created: 2022-07-29T04:12:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T13:13:06.000Z (over 1 year ago)
- Last Synced: 2023-12-29T14:33:42.682Z (10 months ago)
- Language: Python
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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