Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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