- 14 Dec, 2014 1 commit
-
-
Steven Skoczen authored
-
- 09 Dec, 2014 1 commit
-
-
BigxMac authored
In Python 3 httplib should be imported and used as http.client
-
- 15 Nov, 2014 1 commit
-
-
Mark Smith authored
-
- 20 Jan, 2014 1 commit
-
-
Joshua Roesslein authored
[ci skip]
-
- 03 Dec, 2013 1 commit
-
-
Aaron Hill authored
-
- 15 May, 2013 1 commit
-
-
Mike authored
Conflicts: tweepy/api.py
-
- 14 May, 2013 1 commit
-
-
Jeff Hull authored
-
- 19 Feb, 2013 1 commit
-
-
Stuart Powers authored
-
- 06 Jul, 2012 1 commit
-
- 29 Sep, 2011 1 commit
-
-
Can Duruk authored
-
- 14 Apr, 2011 1 commit
-
-
Josh Roesslein authored
-
- 10 Oct, 2010 1 commit
-
-
Josh Roesslein authored
-
- 18 Mar, 2010 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 10 Mar, 2010 1 commit
-
-
Joshua Roesslein authored
-
- 31 Dec, 2009 1 commit
-
-
Ferenc Szalai authored
When 'secure' is True, HTTPS will be used for OAuth requests being sent to Twitter. This only applies to the get token, authorize, and get access token requests. API requests will not use HTTPS unless the API object also has 'secure' set to True in its constructor. Example: auth = OAuthHandler(token,secret,secure=True) # use HTTPS for OAuth setup api = API(auth) # will NOT use HTTPS api_https = API(auth, secure=True) # will use HTTPS for API requests. Signed-off-by:
Joshua <jroesslein@gmail.com>
-
- 17 Dec, 2009 1 commit
-
-
Joshua authored
-
- 08 Dec, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 07 Dec, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 06 Dec, 2009 1 commit
-
-
Kumar Appaiah authored
For those who aren't comfortable running processes which require passwords from the command line, provide an alternative by asking for the password with the getpass function. Signed-off-by:
Joshua <jroesslein@gmail.com>
-
- 20 Nov, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 12 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 03 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 14 Sep, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-