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

https://github.com/zhangjingqiang/souweibo


https://github.com/zhangjingqiang/souweibo

flask python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

搜微博
======

Introduction
------------

This app can search weibo_ by Google engine. It's written in Python_, with framework Flask_, hosted on Heroku_.

.. _weibo: http://weibo.com/
.. _Python: http://www.python.org/
.. _Flask: http://flask.pocoo.org/
.. _Heroku: http://souweibo.herokuapp.com/

Installation
------------

::

$ mkvirtualenv souweibo
$ pip install -r requirements.txt
$ python app.py

License
-------

Licensed under the `MIT License`_.

.. _MIT License: http://www.opensource.org/licenses/MIT