- 17 Aug, 2013 3 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
- retweeters() -> statuses/retweeters/ids - Removed deprecated methods retweeted_by and retweeted_by_ids.
-
Joshua Roesslein authored
- Sets up authentication. - Handles recording or replaying HTTP traffic.
-
- 15 Aug, 2013 3 commits
-
-
Aaron Hill authored
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 10 Jun, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 19 May, 2013 1 commit
-
-
Joshua Roesslein authored
- Keep auth tests disabled in CI since they require user input.
-
- 18 May, 2013 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
Twitter returns back a short version of the URL which fails the equality assertion.
-
- 19 Feb, 2013 1 commit
-
-
Stuart Powers authored
-
- 13 Feb, 2013 3 commits
-
-
Miriam Sexton authored
-
Miriam Sexton authored
-
Miriam Sexton authored
-
- 29 Jan, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 21 Jan, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 20 Jan, 2013 6 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
Joshua Roesslein authored
Removed exists_block which is no longer an API endpoint.
-
Joshua Roesslein authored
-
- 20 Dec, 2012 1 commit
-
-
Thomas Whitton authored
suggested user tests now work with what ever user you supply, by first getting a category to search for
-
- 19 Dec, 2012 1 commit
-
-
Thomas Whitton authored
-
- 13 Nov, 2012 1 commit
-
-
inactivist authored
api.py: * Adding API.geo_similar_places (geo/similar_places.json). * Updating geo_search, geo_id, nearby_places, and reverse_geocode to return Place model instances as appropriate, rather than raw query result JSON data. The geo APIs parse the 'result' element into a single Place or a list of Place instances. models.py: * Status: Now uses Place model if place attribute present in tweet/status body. * Adding BoundingBox, Place model classes. NOTE: Breaking Changes * Clients referencing Status.place or existing geo functions (see list above) must be reviewed and updated to use proper attribute access. The geo methods now return Place model instances rather than the raw JSON query data.
-
- 09 Nov, 2012 1 commit
-
-
Joshua Roesslein authored
A test for the fail case in issue #193. [ci skip]
-
- 08 Nov, 2012 1 commit
-
-
Joshua Roesslein authored
-
- 07 Nov, 2012 3 commits
-
-
Joshua Roesslein authored
Added a bit of sleep time between destroy and create requests to allow Twitter time to process. [ci skip]
-
Joshua Roesslein authored
Also adding IRC notifications for CI build failures.
-
Joshua Roesslein authored
Removed a few deprecated tests and added environment variable lookup for getting oAuth credentials.
-
- 05 Sep, 2012 1 commit
-
-
Alejandro Gómez authored
-
- 17 Jul, 2012 1 commit
-
-
Vinson Lee authored
Signed-off-by:
Vinson Lee <vlee@twitter.com>
-
- 10 Jul, 2012 1 commit
-
-
Jan Schaumann authored
-
- 09 Jul, 2012 1 commit
-
-
Jan Schaumann authored
-
- 06 Jul, 2012 1 commit
-
- 05 Jul, 2012 2 commits
-
-
Alejandro Gómez authored
-
Alejandro Gómez authored
As described in the Twitter API docs, the `verify_credentials` method accepts the optional `include_entities` and `skip_status` parameters. https://dev.twitter.com/docs/api/1/get/account/verify_credentials I've modified `tweepy.API.verify_credentials` for allowing these parameters and expanded `tests.testverifycredentials` to test the new functionality
-
- 08 Jun, 2012 1 commit
-
-
Vinson Lee authored
Basic Auth is no longer supported. Signed-off-by:
Vinson Lee <vlee@twitter.com>
-
- 01 Oct, 2011 1 commit
-
-
rogelio authored
This is to avoid caching calls like rate_limit_status which shouldn't ever be cached. Binder was modified to only cache when the flag is true.
-
- 10 Oct, 2010 1 commit
-
-
Josh Roesslein authored
-