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 |
|