https://github.com/darkfanxing/python-111-assistant
https://github.com/darkfanxing/python-111-assistant
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkfanxing/python-111-assistant
- Owner: darkfanxing
- License: mit
- Created: 2022-12-06T17:11:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T02:44:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T14:24:49.544Z (9 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```