epogrebnyak / ssg-dataset

Open reproducible dataset on static site generators (SSG) popularity.
https://ssg-dataset.streamlit.app
GNU General Public License v3.0
28 stars 47 forks source link

replication code #6

Closed epogrebnyak closed 2 years ago

epogrebnyak commented 3 years ago

To replicate:

  1. Start an isolated virtual environment (suggested)
  2. Run below:
md ssg_data & cd ssg_data
curl -o ssg.yaml https://raw.githubusercontent.com/epogrebnyak/ssg-dataset/main/data/ssg.yaml
pip install git+https://github.com/epogrebnyak/ssg-dataset.git
echo TOKEN=[you github access token hehe] > .config.ini
python -c "import ssg; python -c "import ssg; ssg.yaml_to_csv('.')""