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

https://github.com/darkfanxing/python-111-assistant


https://github.com/darkfanxing/python-111-assistant

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Spider
A sample python spider project.

## Environment Setup
1. change Python version @ `Pipfile`
2. Execute the following command @ your terminal
```
pip install pipenv
pipenv install
python src/main.py
```