https://github.com/eis/poke-helper-scripts
Some command line scripts to work with pokemon go tools
https://github.com/eis/poke-helper-scripts
Last synced: 2 months ago
JSON representation
Some command line scripts to work with pokemon go tools
- Host: GitHub
- URL: https://github.com/eis/poke-helper-scripts
- Owner: eis
- Created: 2018-06-23T10:20:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T12:56:32.000Z (over 7 years ago)
- Last Synced: 2025-01-01T08:20:56.910Z (over 1 year ago)
- Language: Python
- Homepage: https://eis.github.io/poke-helper-scripts/
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-pythonserver.txt
Awesome Lists containing this project
README
# pre-steps, centos 6:
# https://www.savelono.com/linux/how-to-install-python-3-and-pip-3-for-centos-6.html
. venv/bin/activate
pip3 install flask
pip3 install pandas
python3 server.py # or nohup python3 server.py &