A tiny and beautiful blog system using Flask, SQLAlchemy,
- a blog system to manage your articles, with beautiful thumbnail overview
- using Flask web framework
- using SQLAlchemy for ORM layer
- deployed on China Cloud Computing platform: Sinaapp
- using MySQL to store the data of article
- using Sinaapp Storage Module to store the picture, and the thumbnail as well
- leverage the python crawler to download the articles. The crawler is also availible on GIT https://github.com/catsky/auCrawler
Yes. Here is the link: http://australian.sinaapp.com
- to be a simple and beautiful blog system
- interact with Weixin (a.k.a WeChat)
- automate the article publishing via scrapy (or sinaapp fetching service)
- create a python app you_app_name on http://sae.sina.com.cn
- update the attribute value of "name" to you_app_name in the file of australian\1\config.yaml
- update BASE_URL in the file of australian\1\chartnet\setting.py
- enable MySQL on your sinaapp
- enable Storage on your sinaapp, and create a new domain with name of attachment, remember set the anti-stealing-link to false
- upload the folder of '1' to your sinaapp via SVN
- access the homepage of your app, db schema will be created automatically.
- Done and enjoy:)
Any issues, please contact me via zhdhui at gmail.com
- MIT License