项目作者: tonygentilcore

项目描述 :
Visualizes Instagram bird photos by taxonomy
高级语言: HTML
项目地址: git://github.com/tonygentilcore/nerdbirder.git
创建时间: 2017-10-02T00:23:16Z
项目社区:https://github.com/tonygentilcore/nerdbirder

开源协议:GNU General Public License v3.0

下载


nerdbirder

Scrapes @nerdbirder instagram posts, visualizes them by taxonomy and publishes to thenerdbirder.com.

If there’s any interest in using this project, please let me know and I’d be happy to generalize it for others. It’s currently ad hoc for my account just for expedience.

Development

First run setup

  1. pip3 install -t lib -r requirements.txt

Update graph json

  1. ./scripts/regenerate_json_cli.py

View locally

  1. dev_appserver.py app.yaml

http://localhost:8080/

Deploy

  1. gcloud app deploy
  2. gcloud app deploy cron.yaml