Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippkueng/parkleitsystem-basel-scraper
Scraping http://www.parkleitsystem-basel.ch
https://github.com/philippkueng/parkleitsystem-basel-scraper
Last synced: 8 days ago
JSON representation
Scraping http://www.parkleitsystem-basel.ch
- Host: GitHub
- URL: https://github.com/philippkueng/parkleitsystem-basel-scraper
- Owner: philippkueng
- Created: 2013-03-20T08:56:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T19:17:58.000Z (over 2 years ago)
- Last Synced: 2024-10-12T04:52:43.839Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parkleitsystem Basel Scraper
## Setup (Development)
1. Install python, pip and virtualenv
2. clone the repository
3. `virtualenv venv --no-site-packages`
4. source venv/bin/activate
5. pip install -r requirements.txt
6. install (foreman)[https://toolbelt.heroku.com/]
7. put an .env file into the root of the folder with all variables filled out
7. foreman start## Setup (deploy on heroku)
1. heroku create --stack cedar
2. heroku config:set USERNAME= PASSWORD= SPREADSHEET_KEY= WORKSHEET_ID=
2. git push heroku master