GregoryBurton / practice

GNU Affero General Public License v3.0
0 stars 0 forks source link

Comics webpage on App Engine #1

Open GregoryBurton opened 8 years ago

GregoryBurton commented 8 years ago

Make my own comics webpage that matches what I liked about Yahoo comics. Features:

GregoryBurton commented 8 years ago

Example gocomics image loading: wget http://www.gocomics.com/fminus/2016/01/11 grep -nr feature_item fminus

class="feature_item" is where the image link lives.

GregoryBurton commented 8 years ago

Chron jobs: https://cloud.google.com/appengine/docs/python/config/cron?hl=en GQL stuff: https://cloud.google.com/appengine/docs/python/datastore/gqlreference?hl=en