ExtensionCrawler/README.md

12 lines
283 B
Markdown
Raw Normal View History

2016-09-08 18:43:35 +00:00
# ExtensionCrawler
2016-09-08 18:55:40 +00:00
A Python crawler for extensions from the Chrome Web Store.
2016-09-08 18:57:54 +00:00
Usage:
```
python crawler.py
```
2016-09-08 18:55:40 +00:00
Downloads 200 extensions from all categories into a folder 'downloaded' in the current directory. In case an
extension has already been downloaded, the script skips it.