Commit graph

  • 4553e273c7 Fixes #59 Michael Helmick 2012-02-28 14:48:35 -05:00
  • 3ff7dd8327 It's okay to use "id" as a var, my bad. Mike Helmick 2012-02-24 15:04:32 -05:00
  • 95f7abc7a3 PEP8 Cleanup Michael Helmick 2012-02-24 12:36:22 -05:00
  • ad81c73923 More verbose error names Michael Helmick 2012-02-24 12:27:50 -05:00
  • 449a71daf8 Merge pull request #57 from LuqueDaniel/master Ryan McGrath 2012-02-23 13:25:48 -08:00
  • c33dc476ff Merge bb99c90f1a into eca965715e GitHub Merge Button 2012-02-23 12:16:05 -08:00
  • bb99c90f1a Extended example Daniel 2012-02-23 21:13:08 +01:00
  • eca965715e 1.4.6 release for bug fixes - upgrade, please Ryan McGrath 2012-01-15 14:07:04 -05:00
  • a4334bb67d Somewhat bring 3k up to par; currently way behind, will fix after finishing Requests merge Ryan McGrath 2012-01-15 14:06:37 -05:00
  • fcbc702ae5 Fixes an issue in the 1.4.5 point release, first pointed out by @michaelhelmick, fixed thanks to "tatz_tsuchiya". Ryan McGrath 2012-01-15 13:59:28 -05:00
  • ae5e63150b Merge pull request #56 from michaelhelmick/status_with_media Ryan McGrath 2012-01-14 05:27:56 -08:00
  • cd5c4b1300 Merge 401f610be5 into b391d502c3 GitHub Merge Button 2012-01-13 13:26:36 -08:00
  • 401f610be5 Generic _media_update() func., added func. to update status with a photo. Michael Helmick 2012-01-13 16:25:52 -05:00
  • b391d502c3 Merge pull request #55 from michaelhelmick/master Ryan McGrath 2012-01-12 21:03:20 -08:00
  • d842b6c22d Merge f9d87b6fd3 into efb0e74b38 GitHub Merge Button 2012-01-12 20:16:41 -08:00
  • f9d87b6fd3 Left out 'python' in hashbang, update setup to use env, too. Michael Helmick 2012-01-12 23:16:36 -05:00
  • e54183df9c Uploading profile image and profile background image, update setup required packages, removed some funcs. Michael Helmick 2012-01-12 22:37:50 -05:00
  • efb0e74b38 Merge pull request #54 from mhameed/patches Ryan McGrath 2012-01-08 14:50:43 -08:00
  • 1281721a88 Merge fa90a298b9 into fa1b581c0f GitHub Merge Button 2011-12-19 13:04:50 -08:00
  • fa90a298b9 Merge branch 'master' into patches Mesar Hameed 2011-12-19 20:40:33 +00:00
  • 262b7441d4 Get rid of __getattr__ since the endpoints are directly registered into Twython by the constructor. Mesar Hameed 2011-12-12 07:32:40 +00:00
  • a2c6fabca7 Modified README files kracekumar 2011-12-18 18:33:26 +05:30
  • f21ebeb6d3 Merged twython.py and twythonrequests.py and added shortenURL. kracekumar 2011-12-18 18:28:30 +05:30
  • e59e43b8e2 fixed typo kracekumar 2011-12-18 17:33:04 +05:30
  • fa1b581c0f Merge pull request #52 from decause/master Ryan McGrath 2011-12-17 16:35:00 -08:00
  • 6bd76491cb changed search() to get method rather than post kracekumar 2011-12-11 12:31:51 +05:30
  • 0a2ab76176 Merge cf5b382d55 into d93651c486 GitHub Merge Button 2011-12-07 11:29:16 -08:00
  • cf5b382d55 PEP8 Edits: Removed Tabs, removed spaces around keywords, linebreaks in lines longer than 80 chars Remy D 2011-12-07 14:26:02 -05:00
  • fb8cefd823 PEP8 Edit: Removed Tab -> added 4 spaces Remy D 2011-12-07 14:24:23 -05:00
  • 9fcd14f3d1 PEP8 Edit: Removed Tab -> added 4 spaces Remy D 2011-12-07 14:23:22 -05:00
  • 709c8453ea PEP8 Edit: Removed Tab -> added 4 spaces Remy D 2011-12-07 14:22:15 -05:00
  • 6a9ede9b53 maraujop/requests-oauth refernce added kracekumar 2011-12-07 08:55:22 +05:30
  • 6325b16265 python-requests implemented kracekumar 2011-12-06 21:38:04 +05:30
  • 7334556248 Done with implementation of twython-requests, unit testing remaining kracekumar 2011-12-06 00:12:17 +05:30
  • d3c364601b Started to work for implementation of twython using requests kracekumar 2011-12-02 19:45:43 +05:30
  • 4710c49b28 Allow for easier debugging/development, by registering endpoints directly into Twython3k. Mesar Hameed 2011-11-30 14:29:51 +00:00
  • 650a69ec17 Allow for easier debugging/development, by registering endpoints directly into Twython. Mesar Hameed 2011-11-24 13:15:23 +00:00
  • d93651c486 Merge pull request #50 from mckellister/master Ryan McGrath 2011-11-10 14:10:17 -08:00
  • 4989205ab2 Merge 4d4aa302d4 into 979da12c16 GitHub Merge Button 2011-11-09 15:57:37 -08:00
  • 4d4aa302d4 Modifying how error is constructed to make sure it calls init on the super class Kelly Slemko 2011-11-09 15:39:02 -08:00
  • f31446fa31 Added handling for rate limiting error from search api. Now throws special exception which includes number of seconds to wait before trying again. Kelly Slemko 2011-11-09 14:42:10 -08:00
  • 979da12c16 Merge pull request #48 from GunioRobot/clean Ryan McGrath 2011-10-26 22:06:35 -07:00
  • 6d93f1a3e5 Merge 8852e21dc6 into 226f129edb GitHub Merge Button 2011-10-26 17:59:21 -07:00
  • 8852e21dc6 Remove whitespace [Gun.io WhitespaceBot] Gun.io Whitespace Robot 2011-10-26 21:00:35 -04:00
  • 226f129edb Copy new endpoint to Twython3k, bump release Ryan McGrath 2011-10-27 02:32:28 +09:00
  • 6ac19f62a0 Merge pull request #47 from coldclimate/master Ryan McGrath 2011-10-26 10:29:31 -07:00
  • b78094b4d1 Merge 88474546e1 into ae9652a091 GitHub Merge Button 2011-10-26 10:28:22 -07:00
  • 88474546e1 Adding in end point for userLookup to facilitate https://dev.twitter.com/docs/api/1/get/users/lookup oliver 2011-10-26 18:04:59 +01:00
  • ae9652a091 Syntax highlighted Ryan McGrath 2011-10-11 05:38:35 +09:00
  • eefbc3ea56 Edited few search() docs kracekumar 2011-10-07 21:40:47 +05:30
  • 17f54c1eb4 Fixed line length to 79 characters for all python scripts including twython3k kracekumar 2011-10-07 13:14:28 +05:30
  • d2d74b2b4d ...and remove the import... Ryan McGrath 2011-10-07 06:41:29 +09:00
  • 446d1e0c18 Fix issue #45, mimetools.choose_boundary => email.generator._make_boundary() Ryan McGrath 2011-10-07 06:40:15 +09:00
  • e92f648b81 Fix issue #44, typo Ryan McGrath 2011-10-07 06:27:24 +09:00
  • d89b2735bb Version bump, fixes to the 3k build (courtesy of wescpy), decode all responses before JSON parsing, 1.4.4 release Ryan McGrath 2011-10-07 05:20:33 +09:00
  • 467f27a2a3 Ah, this was pretty out of date! Thanks to wescpy for the heads up. Ryan McGrath 2011-10-07 05:12:16 +09:00
  • a8e980357b Merge pull request #42 from kracekumar/master Ryan McGrath 2011-10-06 13:02:06 -07:00
  • b8f1aef5d2 Merge 1d737b67d9 into 5a155d4b7c GitHub Merge Button 2011-10-06 12:54:55 -07:00
  • 1d737b67d9 Modified searchTwitter() -> search(), searchTwitterGen() -> searchGen() in twython3k kracekumar 2011-10-05 19:04:24 +05:30
  • 1d8f2a8851 fixed typo kracekumar 2011-10-05 08:04:44 +05:30
  • d6ac7c18f4 changed searchTwitter() -> search() and searchTwitterGen() -> searchGen() kracekumar 2011-10-05 07:52:10 +05:30
  • 7c5787ce26 changed searchTwitter() to search() kracekumar 2011-10-03 23:39:29 +05:30
  • 3e0ece6c48 Merge b4da474671 into 5a155d4b7c GitHub Merge Button 2011-09-20 05:07:15 -07:00
  • 5a155d4b7c Fix AttributeError in OAuth version detection. Edward Hades 2011-09-04 22:59:29 +08:00
  • b4da474671 removed XML files from pycharm, and fixed indentation chaos i created Luis Morales 2011-08-30 20:37:13 +02:00
  • 71d02b166f Merge 1a8230bd3e into d6d8823dc2 GitHub Merge Button 2011-08-30 10:26:55 -07:00
  • 1a8230bd3e added getUserProfile to retrieve all the information based on user screen_name or id Luis M. Morales S 2011-08-28 14:39:08 +02:00
  • d6d8823dc2 Fixes an issue with incompatibility with newer versions of the SimpleGeo OAuth2 library; also fixes an issue with bulkUserLookup fixes not being up on Pypi (issue #37, thanks jmalina327) Ryan McGrath 2011-08-09 18:01:17 -04:00
  • 7441a535ee Merge pull request #34 from jelsas/master Ryan McGrath 2011-05-11 11:31:53 -07:00
  • 670a486a1c Merge e262e80b23 into a3159bd6a7 GitHub Merge Button 2011-05-11 11:31:28 -07:00
  • e262e80b23 minor changes to ensure streaming.py doesn't throw an IndentationError Jonathan Elsas 2011-05-11 14:25:07 -04:00
  • a3159bd6a7 Based on a heads up from hp-lw, this appears to have been swapped on Twitter's end. No real idea why, but this fixes the call. Thanks\! Ryan McGrath 2011-04-02 18:15:08 +09:00
  • c9417af4ae Merge branch 'master' of git@github.com:ryanmcgrath/twython Ryan McGrath 2011-03-30 22:38:31 +09:00
  • a6d524e79d Update to 1.4.2, catch for Python 2.5 where urlparse doesn't exist (specifically for Google App Engine, which is strangely still on 2.5 Ryan McGrath 2011-03-30 22:38:07 +09:00
  • f184595ccf Allow passing arbitrary arguments to client backend. Edward Hades 2011-02-28 22:48:44 +08:00
  • 1a2b8a3d4c Allow passing arbitrary arguments to client backend. Edward Hades 2011-02-28 15:48:44 +01:00
  • 4e690f5568 Parameters now can be of any type. Edward Hades 2011-02-28 19:10:07 +08:00
  • 2762f03a3b Parameters now can be of any type. Edward Hades 2011-02-28 12:10:07 +01:00
  • 9f8c04b0f2 Patch for Python 2.5; inspect.getargspec() doesn't return a named tuple pre-2.6, so catch on AttributeError and just check in the entire tuple. Increment to 1.4.1 and pushed to Pypi for the sake of 2.5 users. Ryan McGrath 2011-02-26 01:56:28 -05:00
  • 8aee9932a5 Hmmm, lost submodule status for twython-django; not sure why, adding back. Ryan McGrath 2011-02-26 01:37:22 -05:00
  • 7f24324507 Updating to 1.4, pushing slew of changes up to Pypi (major thanks to Hades and eriks5 for their patches). Ryan McGrath 2011-02-26 01:14:21 -05:00
  • 7cafb49fe8 Updates about 3k library needs, etc Ryan McGrath 2011-02-26 01:12:25 -05:00
  • 22fef638ab twython3k: simplejson wants string, not bytes Edward Hades 2011-02-25 20:55:02 +08:00
  • af37b7f52d twython3k: removed unnecessary json magic Edward Hades 2011-02-24 16:50:23 +08:00
  • c32c855f5b twython3k: fixed choose_boundary import Edward Hades 2011-02-24 16:50:03 +08:00
  • f991f91cf8 twython3: fixed __init__.py Edward Hades 2011-02-24 16:43:23 +08:00
  • e97ec7ea0a Added 'httplib2' as requirement Erik Scheffers 2011-02-25 19:54:34 +08:00
  • 3fb328d2ec twython3k: simplejson wants string, not bytes Edward Hades 2011-02-25 13:55:02 +01:00
  • e1f0b1ea56 twython3k: removed unnecessary json magic Edward Hades 2011-02-24 09:50:23 +01:00
  • 6a687c71a3 twython3k: fixed choose_boundary import Edward Hades 2011-02-24 09:50:03 +01:00
  • 325cb79436 twython3: fixed __init__.py Edward Hades 2011-02-24 09:43:23 +01:00
  • ec6169292d Added a few missing endpoints, fixed a few wrong endpoints Erik Scheffers 2011-02-18 17:09:19 +08:00
  • e13d371fef Added API calls "/friendships/incoming" and "/friendships/outgoing" Erik Scheffers 2011-02-03 18:03:42 +08:00
  • 1c12c9c7d5 Rewrote getProfileImageUrl to handle responses with status 200 (happen when eg. a user does not exist) Erik Scheffers 2011-02-03 18:02:33 +08:00
  • 66e7040df6 Added documentation to getProfileImageUrl() Erik Scheffers 2011-01-26 23:46:57 +08:00
  • 4d524fb654 Added getProfileImageUrl() to handle "users/profile_image" api call Erik Scheffers 2011-01-26 23:31:20 +08:00
  • 7f93acb39e Modified blukUserLookup: Erik Scheffers 2011-01-25 15:17:49 +08:00
  • 6f38c4c27d Removed debugging print statement Erik Scheffers 2011-01-18 22:20:54 +08:00
  • 0737c12449 Added callback_url parameter to Twython to set the URL the remote site will use to return the request token. Erik Scheffers 2011-01-18 22:14:11 +08:00
  • adf3643e45 Removed debugging print statement Erik Scheffers 2011-01-18 15:20:54 +01:00