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

https://github.com/marianozunino/scraperino


https://github.com/marianozunino/scraperino

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Getting started

Begin by using `pip` to install Pipenv and its dependencies,

```sh
pip install pipenv
```

Then change directory to the folder containing your Python project and initiate Pipenv,

```sh
pipenv install
```

# Usage

```sh
pipenv run python main.py
```