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

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.

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.