Skip to content

jnhasty/ArenaPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARENAPY
===========

A simple client interface for Are.na written in python! Slices, dices, and makes using arena with python a cinch.

Requires requests (https://github.com/kennethreitz/requests) to handle http interactions.

Typical Usage:

    from arenapy import ArenaPy  
    arena_connect = ArenaPy()
    user_channel_json = arena_connect.get_users_channels('nick-hasty')
    
user_channel_json will be a dictionary. 

see arena.py for available methods and functions.

About

A simple python interface to the Arena api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages