Skip to content

jeffgodwyll/wiki-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Download, install, setup and authenticate Google Cloud SDK

Create app engine project - https://appengine.google.com

Set up project cloud SDK to link to project:

gcloud config set project <project-id>

Install libs:

pip install -r requirements -t lib

(I prefer to use this approach when vendoring, https://www.jeffgodwyll.com/posts/2015/google-appegine-vendoring-done-right/)

Run locally

Run this project locally from the command line and from the project root:

dev_appserver.py .

Deploy

gcloud app deploy app.yaml

Demo deployed to: https://scrape--wiki.appspot.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages