https://github.com/floscha/word-spider
Scrapy spider thats crawls the 1000 most common french words with translation and POS.
https://github.com/floscha/word-spider
Last synced: 8 months ago
JSON representation
Scrapy spider thats crawls the 1000 most common french words with translation and POS.
- Host: GitHub
- URL: https://github.com/floscha/word-spider
- Owner: floscha
- License: mit
- Created: 2017-11-12T17:50:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T23:00:34.000Z (over 8 years ago)
- Last Synced: 2025-02-22T06:24:51.295Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-spider
[Scrapy](https://scrapy.org/) spider thats crawls the 1000 most common french words with translation and POS.
## Run
1. Make sure Python and Scrapy are installed.
2. Then simply execute the _run.sh_ file like so:
```
$ sh run.sh
```
where _\_ is the path to the file where the JSON data should be saved to.