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

gekitsuu/instapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

Python Library for instapaper.com API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages