Commit graph

25 commits

Author SHA1 Message Date
Michael Helmick
32a83a6b79 2.1.0 Release
* .md just look cleaner
* Updating documentation to look clean, imo. :P
2012-05-16 18:39:31 -04:00
Ryan McGrath
59c723ed7e Merge branch 'method_cleanups' from @michaelhelmick
Addresses most changes and issues with Twitter Spring cleanup 2012. Documentation
update on methods, started move to docs in RST format. Exceptions set to eventually
be deprecated (along with search functions).

Conflicts:
	twython/twython.py
2012-05-14 00:42:19 +09:00
Michael Helmick
9fa9b525a1 Note when upgrading to 1.7.0 2012-05-08 12:29:57 -04:00
Michael Helmick
ac18837ed6 Should be good for auto-merge
* Fixed a typo - 'startwith' replaced with 'startswith'
* Got rid of constructApiUrl, it's no longer needed, self.request()
does it internally
* A bunch of odds and ends to get this to auto-merge finally?! :D
2012-04-19 19:31:07 -04:00
Ryan McGrath
aabd29a01e Swap http => https for endpoint access, added Voulnet to contributers in the README 2012-04-19 18:38:10 -04:00
Ryan McGrath
8e26e568a6 README formatting 2012-03-21 19:37:37 +01:00
Ryan McGrath
87c1f1e71c README formatting 2012-03-21 19:36:33 +01:00
Ryan McGrath
16a70d0240 README formatting 2012-03-21 19:35:35 +01:00
Ryan McGrath
6d72b8aa33 Mmmm fix this...? 2012-03-21 19:34:32 +01:00
Ryan McGrath
e0c76501ba Note about new Streaming API stuff 2012-03-21 19:32:25 +01:00
Ryan McGrath
9deced8f8b v1.5.0 release
- requests is now the default url/http library, thanks to Mike Helmick
- Initial pass at a Streaming API is now included (Twython.stream()), due to how easy
    requests makes it. Would actually be sad if we *didn't* have this... thanks, Kenneth. >_>;
- Return of shortenURL, for people who may have relied on it before.
- Deleted streaming handler that existed before but never got implemented fully.
- Exceptions now prefixed with Twython, but brought back originals with a more verbose error directing
    people to new ones, deprecate fully in future.
- Twython3k now has an OAuth fix for callback_urls, though it still relies on httplib2. Thanks @jbouvier!
- Added a list of contributors to the README files, something which I should have done long ago. Thank you all.
2012-03-21 19:21:34 +01:00
Gun.io Whitespace Robot
8852e21dc6 Remove whitespace [Gun.io WhitespaceBot] 2011-10-26 21:00:35 -04:00
Ryan McGrath
ae9652a091 Syntax highlighted 2011-10-11 05:38:35 +09:00
kracekumar
7c5787ce26 changed searchTwitter() to search() 2011-10-03 23:39:29 +05:30
Ryan McGrath
7cafb49fe8 Updates about 3k library needs, etc 2011-02-26 01:12:25 -05:00
Ryan McGrath
9c94da4031 Fix one final piece 2010-10-16 23:40:24 -04:00
Ryan McGrath
eb5541e433 Twython 1.3, OAuth support is now finally included and working. Ships with an example Django application to get people started with OAuth, entire library is refactored to not be a royal clusterfsck. Enjoy. 2010-10-16 23:37:47 -04:00
Ryan McGrath
221b337798 Properly instantiating an instance of twython.core in the README example 2009-12-17 03:30:34 -05:00
Ryan McGrath
0b552d4d0e Changing simplejson requirement notice (Python 2.6 doesn't need it) 2009-12-17 01:58:28 -05:00
Ryan McGrath
cdba60ecca Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) 2009-12-17 01:57:15 -05:00
Ryan McGrath
f74aae38a9 Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) 2009-12-17 01:56:48 -05:00
Ryan McGrath
c0370abed6 Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) 2009-12-17 01:55:12 -05:00
Ryan McGrath
9ca737b986 Twython 0.9 - enough has changed with the Twitter API as of late that this merits a new release. 0.8 was beginning to show age as the API moved forward, and is now deprecated as a result - 0.9 is the way to go (or trunk, if you're adventurous. ;D) 2009-11-23 22:03:21 -05:00
Ryan McGrath
f6e655eb6d Minor README updates 2009-09-17 02:00:35 -04:00
Ryan McGrath
d7d099b52d Moving README to Markdown 2009-09-17 01:58:23 -04:00
Renamed from README (Browse further)