Menu

Tree [5a292d] master /
 History

HTTPS access


File Date Author Commit
 reddit 2011-10-05 Frank Suarez Frank Suarez [5a292d] added some error catching code
 README.txt 2011-09-11 Frank Suarez Frank Suarez [cbb621] changed license to GNU GPL 3 or later
 TODO 2011-09-15 Frank Suarez Frank Suarez [ffd4f3] updated api stubs, login
 flairdaemon.py 2011-09-12 Frank Suarez Frank Suarez [a16242] fixed flairbot - corrected message order
 testclient.py 2011-09-15 Frank Suarez Frank Suarez [c261ce] added ability to post links and self posts

Read Me

 _____          _     _ _ _              _____ _____ 
|  __ \        | |   | (_) |       /\   |  __ \_   _|
| |__) |___  __| | __| |_| |_     /  \  | |__) || |  
|  _  // _ \/ _` |/ _` | | __|   / /\ \ |  ___/ | |  
| | \ \  __/ (_| | (_| | | |_   / ____ \| |    _| |_ 
|_|  \_\___|\__,_|\__,_|_|\__| /_/    \_\_|   |_____|

	in Python 3

	GNU GPL v3 or later

	Frank Suarez <fsuarez2005@yahoo.com>

### INTRODUCTION ###

This code is a library to access reddit via offical and unoffical (hacks) API. It isn't meant to be a full client. The unofficial API access to Reddit should be marked to keep watch over changes.

### DEPENDENCIES ###

Python 3

### FILES ###

testclient.py
	a test client that prints some user information and some posts.

cookies.txt
	cookie jar file

reddit/__init__.py
	Top level code for the client. Should not contain code that may be volatile 

reddit/util.py
	Misc. code.

** The modules supplement the client code and may contain volatile code. **
** The names should reflect API documentation. **
reddit/comment.py
reddit/flaircsv.py
reddit/flairlist.py
reddit/flair.py
reddit/hide.py
reddit/info.py
reddit/login.py
reddit/me.py
reddit/mine.py
reddit/post.py
reddit/save.py
reddit/unhide.py
reddit/unsave.py
reddit/vote.py
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.