https://github.com/zhangjingqiang/souweibo
https://github.com/zhangjingqiang/souweibo
flask python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/souweibo
- Owner: zhangjingqiang
- Created: 2014-10-05T08:40:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T10:47:08.000Z (over 11 years ago)
- Last Synced: 2025-10-11T03:04:46.469Z (10 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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