Ryan McGrath
|
3ca959fded
|
Added a rate limit checker, finished off user methods with a showStatus method, cleaned up some code relating to HTTP Error codes.
|
2009-05-29 02:16:44 -04:00 |
|
Ryan McGrath
|
b6a03f918c
|
Many, many changes. Broke out the url shortener so it's more plug and play; users can now throw in their own desired shortening service, and it should auto work. All timeline methods are now implemented, moving on to user methods next. Refactored some parts of the library that were becoming kludgy, and set an optional debug parameter that may be useful in the future.
|
2009-05-28 01:58:56 -04:00 |
|
Ryan McGrath
|
60c6aae346
|
Finally removed the need for httplib2, Basic HTTP Auth is now working.
|
2009-05-26 02:43:26 -04:00 |
|
Ryan McGrath
|
1887280855
|
Aiming to remove need for httplib2, but sadly this commit is broken.
|
2009-05-26 01:29:03 -04:00 |
|
Ryan McGrath
|
10c32e427c
|
Added a URL shortening method that hits the is.gd API, random comments sprinkled throughout - coming along nicely. Perhaps fallbacks should be provided for when the is.gd API limit is reached?
|
2009-05-21 03:17:47 -04:00 |
|
Ryan McGrath
|
9a13b0ae3f
|
Added a destroy method, added library checks at top of file
|
2009-05-17 00:56:49 -04:00 |
|
Ryan McGrath
|
4f70913ddb
|
Set OAuth as the default authtype
|
2009-05-15 18:18:23 -04:00 |
|
Ryan McGrath
|
5debb9bca8
|
Got Basic Auth working through usage of httplib2 - Basic Auth is a horrible idea, and OAuth should be used, but it's still worth supporting for the time being. Why go and re-engineer my way around httplib when the work is already done?
|
2009-05-15 01:41:05 -04:00 |
|
Ryan McGrath
|
c47d6008a0
|
Worked in some try/catch support for loading and hitting the API - needs to happen for other functions as well, once I have more time.
|
2009-05-14 01:38:37 -04:00 |
|
Ryan McGrath
|
1f544c6aaf
|
Added a method to check against the public timeline
|
2009-05-13 03:25:57 -04:00 |
|
Ryan McGrath
|
f93d02dfb9
|
Modifying example somewhat
|
2009-05-12 01:56:24 -04:00 |
|
Ryan McGrath
|
dda51e2f54
|
Abstracted out parameter passing so that it's nothing but **kwargs. Function kwargs are passed to a url-builder function and builds based off of that; should make life easier if Twitter decides to change their API parameters, because users can then change what they're passing without modifying the library.
|
2009-05-12 01:52:44 -04:00 |
|
Ryan McGrath
|
79f14afba2
|
Added more API support to getUserTimeline(); fixed issues with Tango not properly importing, started basic Auth shell
|
2009-05-08 02:37:39 -04:00 |
|
Ryan McGrath
|
0b29bfbbae
|
Expanded getUserTimeline() API support
|
2009-05-07 21:52:17 -04:00 |
|
Ryan McGrath
|
777ac8e6e4
|
Updated tango.getUserTimeline() to take **kwargs, need to implement full API support for it
|
2009-05-07 01:39:42 -04:00 |
|
Ryan McGrath
|
5a7a0ebcc9
|
Renaming a function to make room for other trending search stuff
|
2009-05-06 02:20:50 -04:00 |
|
Ryan McGrath
|
f2553f81dc
|
Implemented a trending topics search function. Returns an array of dictionary items to loop through - fairly snazzy.
|
2009-05-05 02:19:39 -04:00 |
|
Ryan McGrath
|
91fc174fdc
|
Beginnings of Tango, an awesome Python Twitter library for Django
|
2009-05-04 03:09:46 -04:00 |
|
Ryan McGrath
|
624de61874
|
Basic README stuff
|
2009-05-04 03:09:19 -04:00 |
|