Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lord63/me-api
An extensible, personal API with custom integrations. It's a python port.
https://github.com/lord63/me-api
Last synced: 3 months ago
JSON representation
An extensible, personal API with custom integrations. It's a python port.
- Host: GitHub
- URL: https://github.com/lord63/me-api
- Owner: lord63
- License: mit
- Created: 2015-06-17T02:32:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T06:03:59.000Z (over 5 years ago)
- Last Synced: 2024-07-05T15:28:53.298Z (4 months ago)
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-decorator - me-api
README
Me-API
======Me-api is a personal API built on python and flask that allows for
extensible integrations.It is called me-api, you can build a personal website with it. With
me-api, you can fetch your photos on instagram, get your tweets from
twitter, show you code activity on github, list your blog post from
medium, and etc. Check out my API `demo`_.Me-api gives you the basic API, and it’s just a beginning. You can
wrapper it with tools you familar with, build a personal website, create
an app and etc. If you have some cool ways play with me-api, remember to
`share it`_ with us.Documentation
-------------Documentation is available at http://me-api.readthedocs.org.
Development
-----------Me-api is still on under heavy development, please contribute. You can
help add some new middlewares. Please head over to `Development guide`_
to get more details.Credits
-------All the glories should belong to `@danfang`_, I just port it to python.
License
-------MIT.
.. _demo: http://api.lord63.com
.. _share it: http://me-api.readthedocs.org/en/latest/gallery.html
.. _Development guide: http://me-api.readthedocs.org/en/latest/index.html#developer-s-guide
.. _@danfang: https://github.com/danfang