lucas-tulio / space-tabs-server

Flask app that consumes the Astrobin.com API and serves its images to the Space Tabs extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

space-tabs-server

Flask app that consumes the Astrobin.com API and serves its images to the Space Tabs extension

Setup

  1. pip3 install -r requirements.txt
  2. cp app.conf.dist app.conf and include database and API info in app.conf
  3. Run db/create-schema.sql in your MySQL database
  4. ./run.py

About

Flask app that consumes the Astrobin.com API and serves its images to the Space Tabs extension

License:GNU General Public License v3.0


Languages

Language:Python 97.7%Language:Shell 2.3%