Reddit API library in Python3 Code
Status: Planning
Brought to you by:
fsuarez2005
File | Date | Author | Commit |
---|---|---|---|
2011-10-05 |
![]() |
[5a292d] added some error catching code | |
README.txt | 2011-09-11 |
![]() |
[cbb621] changed license to GNU GPL 3 or later |
TODO | 2011-09-15 |
![]() |
[ffd4f3] updated api stubs, login |
flairdaemon.py | 2011-09-12 |
![]() |
[a16242] fixed flairbot - corrected message order |
testclient.py | 2011-09-15 |
![]() |
[c261ce] added ability to post links and self posts |
_____ _ _ _ _ _____ _____ | __ \ | | | (_) | /\ | __ \_ _| | |__) |___ __| | __| |_| |_ / \ | |__) || | | _ // _ \/ _` |/ _` | | __| / /\ \ | ___/ | | | | \ \ __/ (_| | (_| | | |_ / ____ \| | _| |_ |_| \_\___|\__,_|\__,_|_|\__| /_/ \_\_| |_____| 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