Scrape data from a users Greasyfork account
Project description
Greasyfork User Archive
Scrape data from a users Greasyfork account.
For a given user, for each installable script that users created, scrapes:
script id
script name
script authors
daily installs
total installs
rating score
created date
updated date
script type
script version
sensitive
language
css available as js
description
url
code (the script contents)
This does not scrape the script code for items that can't be installed directly, e.g. this.
Example
greasyfork_archive 106222 --output-file scraped_data.json
This would scrape information for the user https://greasyfork.org/en/users/106222
Installation
To install with pip, run:
pip3 install --user greasyfork_archive
Run
Usage: greasyfork_archive [OPTIONS] GREASYFORK_USER_ID
Options:
--output-file PATH JSON filepath to output scraped data to [required]
--help Show this message and exit.
Tests
pip3 install --user pytest vcrpy
pytest
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
greasyfork_archive-0.1.4.tar.gz
(202.4 kB
view hashes)
Built Distribution
Close
Hashes for greasyfork_archive-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 117b1972041d97331b52b2051390ab011bed26f44ac297ed15351412a2b2de6b |
|
MD5 | 7432f67419166e4448a9d77f84ad398e |
|
BLAKE2b-256 | 25c4e3bf7cbf29f1d5b83fb4ed24918dc0247c1cac6944a992d103ee76b32c24 |