Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seanbehan/flaskblog


https://github.com/seanbehan/flaskblog

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

#

Simple usage

```
pip install httpie

export DATABASE_URL=sqlite:///database.db
export API_PASSWORD=pwd123

http post yourblog.com/slug-of-post title:"the title of the post" password:pwd123 < path/to/post.txt
```