Skip to content

TheZine/TheZineAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ’Zine

Unofficial python api for the blog The ’Zine

Build Status Version
Build Status Latest Version

Installation

$ pip install TheZine

Dependencies

The library is built on top of Requests and BeautifulSoup modules.

Features

Comming Soon!

Usage

from tz import TZ

tz = TZ()

# fetch all the articles of an issue in a dict
for article in tz.get_articles(issue='2'):
    print(article['title'])

About

Unofficial Api of the blog the zine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published