A Python crawler for extensions from the Chrome Web Store.
Go to file
Achim D. Brucker c3518351e8 Converted magic byte to utf-8 encoded string in output. 2016-09-22 21:47:51 +01:00
.gitignore initial commit 2016-09-08 20:43:35 +02:00
LICENSE initial commit 2016-09-08 20:43:35 +02:00
README.md Added license information. 2016-09-22 21:40:34 +01:00
crawler.py Improved crawler. 2016-09-21 16:15:08 +01:00
crx-tool.py Converted magic byte to utf-8 encoded string in output. 2016-09-22 21:47:51 +01:00
permstats.py Improved permstats.py. 2016-09-13 14:25:37 +01:00

README.md

ExtensionCrawler

A Python crawler for extensions from the Chrome Web Store.

Usage:

python crawler.py

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.

License

This project is licensed under the GPL 3.0 (or any later version).