Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 313 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 313 Bytes

instapy

This is a python library to give access to instapaper's simple API but in the future I would like to include the more avanced API too.

Example

from instapy.simple import SimpleAPI

a = SimpleAPI() 
a.auth('username', 'password')
a.create_article('http://example.com')