]> jfr.im git - z_archive/twitter.git/log
z_archive/twitter.git
9 years agoUse Six's method to determine when running under Python 3.
Ben Sturmfels [Sat, 29 Nov 2014 23:52:11 +0000 (10:52 +1100)] 
Use Six's method to determine when running under Python 3.

oauth.py guesses whether it is running under Python 3 by the existance of urllib.parse.urllib_parse and urllib.parse.urlencode. The code then uses urlencode's safe parameter if it believes it's running under Python 3. Unfortunately the guess fails when using Future, a library for writing clean Python 3 code that is backwards compatible with Python 2, since Future manipulates some builtins.

This change applies the version test that isn't confused by the use of Futures. It's the same test used by the Six library.

9 years agoVersion 1.15.0 twitter-1.15.0
Mike Verdone [Sat, 30 Aug 2014 13:57:50 +0000 (15:57 +0200)] 
Version 1.15.0

9 years agoformat requires names fields in python2.6
RouxRC [Wed, 27 Aug 2014 12:12:39 +0000 (14:12 +0200)] 
format requires names fields in python2.6

9 years agoRemove printed headers of all oauth2 queries
RouxRC [Mon, 25 Aug 2014 00:44:24 +0000 (02:44 +0200)] 
Remove printed headers of all oauth2 queries

probably a debug committed by mistake in c2176d4e0365bb0764ff6962721053acaa1d1e39

see: https://github.com/sixohsix/twitter/commit/c2176d4e0365bb0764ff6962721053acaa1d1e39#diff-a11ddfeffc90fdbedb3d54d02a53bae8L63

9 years agofix img support for python3
RouxRC [Sun, 10 Aug 2014 20:54:11 +0000 (22:54 +0200)] 
fix img support for python3

9 years agofix support of profile_image methods, also using regular post, not multipart
RouxRC [Sun, 10 Aug 2014 20:53:41 +0000 (22:53 +0200)] 
fix support of profile_image methods, also using regular post, not multipart

9 years agoFix support for uploading non-multipart profile banner and other media
Archomeda [Sat, 9 Aug 2014 14:40:40 +0000 (16:40 +0200)] 
Fix support for uploading non-multipart profile banner and other media

9 years agoDo not POST to friendships/lookup, only users/lookup and statuses/lookup
Mike Verdone [Fri, 8 Aug 2014 13:43:33 +0000 (15:43 +0200)] 
Do not POST to friendships/lookup, only users/lookup and statuses/lookup

Fixes #223

9 years agoAdd argparse to dependencies for python 2.6
RouxRC [Sun, 3 Aug 2014 13:33:32 +0000 (15:33 +0200)] 
Add argparse to dependencies for python 2.6

Close #240

@sixohsix I'll let you update the version number and figure out
whether to pass to version 1.15 or 1.14.4

9 years agoMerge pull request #238 from mattcen/master
Benjamin Ooghe-Tabanou [Sun, 27 Jul 2014 14:05:09 +0000 (16:05 +0200)] 
Merge pull request #238 from mattcen/master

Fix list URL for twitter cmdline

9 years agoFix list URL for twitter cmdline
Matthew Cengia [Sun, 27 Jul 2014 04:30:35 +0000 (14:30 +1000)] 
Fix list URL for twitter cmdline

9 years agoAdd oauth_callback=oob to force PIN to appear
Mike Verdone [Thu, 24 Jul 2014 23:05:49 +0000 (01:05 +0200)] 
Add oauth_callback=oob to force PIN to appear

9 years agoClean up documentation and README
Mike Verdone [Thu, 24 Jul 2014 23:01:16 +0000 (01:01 +0200)] 
Clean up documentation and README

9 years agoUnused import
Mike Verdone [Thu, 24 Jul 2014 22:41:24 +0000 (00:41 +0200)] 
Unused import

9 years agoImprove OAuth2 app-only code and documentation
Mike Verdone [Thu, 24 Jul 2014 22:39:28 +0000 (00:39 +0200)] 
Improve OAuth2 app-only code and documentation

9 years agoadd doc to send tweets with images in README + consolidate api.py/README
RouxRC [Tue, 22 Jul 2014 22:25:25 +0000 (00:25 +0200)] 
add doc to send tweets with images in README + consolidate api.py/README

9 years agofix image sending to handle both base64 images and plain bytes
RouxRC [Tue, 22 Jul 2014 22:24:37 +0000 (00:24 +0200)] 
fix image sending to handle both base64 images and plain bytes

10 years agoMerge pull request #227 from mponweiser/master
Mike Verdone [Sat, 24 May 2014 10:41:21 +0000 (12:41 +0200)] 
Merge pull request #227 from mponweiser/master

twitter-archiver: Option file path fixed for Windows

Hi, similar to the fix for issue https://github.com/sixohsix/twitter/issues/60, I have adapted the file path for twitter-archiver to work in Windows. Tested under Ubuntu 12.04 and Windows 7, Python 2.7.

10 years agoOption file path fixed for Windows
mponweiser [Thu, 22 May 2014 17:31:21 +0000 (19:31 +0200)] 
Option file path fixed for Windows

10 years agoMerge pull request #225 from hugovk/threeptfour
Mike Verdone [Mon, 12 May 2014 18:45:27 +0000 (20:45 +0200)] 
Merge pull request #225 from hugovk/threeptfour

Python 3.4 is the latest 3.x release and shouldn't be allowed to fail

10 years agoPython 3.4 is the latest 3.x release and shouldn't be allowed to fail
hugovk [Mon, 12 May 2014 12:11:13 +0000 (15:11 +0300)] 
Python 3.4 is the latest 3.x release and shouldn't be allowed to fail

10 years agoVersion 1.14.3 twitter-1.14.3
Mike Verdone [Wed, 16 Apr 2014 21:44:52 +0000 (23:44 +0200)] 
Version 1.14.3

10 years agoRestore 3.2 to trove classifiers.
Mike Verdone [Wed, 16 Apr 2014 21:42:21 +0000 (23:42 +0200)] 
Restore 3.2 to trove classifiers.

10 years agoTry to restore Python 3.2 compat by using futuristic unicode literals.
Mike Verdone [Wed, 16 Apr 2014 21:29:10 +0000 (23:29 +0200)] 
Try to restore Python 3.2 compat by using futuristic unicode literals.

10 years agoMerge pull request #218 from edi-bice/master
Mike Verdone [Wed, 16 Apr 2014 20:29:13 +0000 (22:29 +0200)] 
Merge pull request #218 from edi-bice/master

Trapping additional exceptions causing archiver script failures

... mostly due to unicode decoding when doing follow-redirects

10 years agoMerge pull request #221 from hugovk/py3
Mike Verdone [Wed, 16 Apr 2014 20:23:16 +0000 (22:23 +0200)] 
Merge pull request #221 from hugovk/py3

Add TravisCI support
... at least for the code run by the tests on Travis CI.

https://travis-ci.org/hugovk/twitter/builds/23027808

Notes:
 * 2.6, 2.7, 3.3 pass.
 * 3.4 isn't quite yet available, but is coming soon: https://github.com/travis-ci/travis-ci/issues/1989#issuecomment-39315535
 * 3.2 fails because it doesn't have u'uncode stuff' but I guess most Py3 users will be ok with 3.3 or 3.4.
 * I've not looked into why pypy fails.
 * (This PR also contains the same changes as PR #220.)

10 years agoAdd Travis CI build badge [CI skip]
hugovk [Tue, 15 Apr 2014 19:04:36 +0000 (22:04 +0300)] 
Add Travis CI build badge [CI skip]

10 years agoMerge
hugovk [Tue, 15 Apr 2014 18:35:10 +0000 (21:35 +0300)] 
Merge

10 years agoMerge pull request #217 from sixohsix/pickled
Mike Verdone [Tue, 15 Apr 2014 14:55:06 +0000 (16:55 +0200)] 
Merge pull request #217 from sixohsix/pickled

Support pickling at the risk of breaking some stuff
- support pickling of responses (#82)
- silence Python 2.6 warning (#179)
- this makes rate-limit headers unavailable on boolean or string responses. I'm not sure if that's a problem.

10 years agoAdd 3.2 as allowed failure. Upgrade 2.6 and 3.3 as non-allowed failuers
hugovk [Tue, 15 Apr 2014 10:58:05 +0000 (13:58 +0300)] 
Add 3.2 as allowed failure. Upgrade 2.6 and 3.3 as non-allowed failuers

10 years agohttplib is http.client in Py3
hugovk [Tue, 15 Apr 2014 10:46:16 +0000 (13:46 +0300)] 
httplib is http.client in Py3

10 years agoPy3 exception fix
hugovk [Tue, 15 Apr 2014 10:41:31 +0000 (13:41 +0300)] 
Py3 exception fix

10 years agoFix test_get_trends() for API v1.1
hugovk [Tue, 15 Apr 2014 10:32:04 +0000 (13:32 +0300)] 
Fix test_get_trends() for API v1.1

10 years agoFix test_search()
hugovk [Tue, 15 Apr 2014 10:28:20 +0000 (13:28 +0300)] 
Fix test_search()

10 years agoFix search tests to use api.twitter.com with authorisation
hugovk [Tue, 15 Apr 2014 10:07:55 +0000 (13:07 +0300)] 
Fix search tests to use api.twitter.com with authorisation

10 years agoAdd a test for API v1 unsupported. Other tests use v1.1 instead of v1.
hugovk [Tue, 15 Apr 2014 09:36:11 +0000 (12:36 +0300)] 
Add a test for API v1 unsupported. Other tests use v1.1 instead of v1.

10 years agoAdd Travis CI
hugovk [Tue, 15 Apr 2014 08:11:50 +0000 (11:11 +0300)] 
Add Travis CI

10 years agoTrapping additional exceptions causing archiver script failures on individual tweets
Edi Bice [Wed, 26 Mar 2014 14:13:16 +0000 (10:13 -0400)] 
Trapping additional exceptions causing archiver script failures on individual tweets

10 years agoSupport pickling at the risk of breaking some stuff.
Mike Verdone [Mon, 24 Mar 2014 23:08:49 +0000 (00:08 +0100)] 
Support pickling at the risk of breaking some stuff.

10 years agoMerge pull request #215 from wlonk/colorization twitter-1.14.2
Mike Verdone [Mon, 24 Mar 2014 20:19:47 +0000 (21:19 +0100)] 
Merge pull request #215 from wlonk/colorization

Colorization
I've added some logic to align usernames and wrap tweets. It's preliminary, but hopefully useful. I have tied it in to the ANSI format, because that seems the most human-oriented format.

I'm happy to talk about this more and go back and forth on it, and I hope it's useful!

10 years agoMerge pull request #216 from edi-bice/master
Mike Verdone [Mon, 24 Mar 2014 20:00:27 +0000 (21:00 +0100)] 
Merge pull request #216 from edi-bice/master

--follow-redirects hangs indefinitely on certain urls
urllib2 opener open lacked a timeout parameter causing it to hang indefinitely on certain URLs where the host does not send back any data - added timeout=1 for now and will expose as parameter later - also added socket.timeout exception to list of exceptions handled

10 years agourllib2 opener open lacked a timeout parameter causing it to hang indefinitely on...
Edi Bice [Fri, 21 Mar 2014 20:36:58 +0000 (16:36 -0400)] 
urllib2 opener open lacked a timeout parameter causing it to hang indefinitely on certain URLs where the host does not send back any data - added timeout=1 for now and will expose as parameter later - also added socket.timeout exception to list of exceptions handled

10 years agoUsing upstream ANSI colors.
Kit La Touche [Fri, 21 Mar 2014 16:42:02 +0000 (10:42 -0600)] 
Using upstream ANSI colors.

10 years agoCorrections to width numbers.
Kit La Touche [Thu, 13 Jun 2013 03:50:42 +0000 (21:50 -0600)] 
Corrections to width numbers.

10 years agoImproved display of multiline tweets.
Kit La Touche [Thu, 13 Jun 2013 03:49:04 +0000 (21:49 -0600)] 
Improved display of multiline tweets.

10 years agoOops, left debugging cruft on there.
Kit La Touche [Thu, 13 Jun 2013 03:30:45 +0000 (21:30 -0600)] 
Oops, left debugging cruft on there.

10 years agoAdded spacing for usernames.
Kit La Touche [Thu, 13 Jun 2013 03:29:23 +0000 (21:29 -0600)] 
Added spacing for usernames.

10 years agoMerge pull request #214 from edi-bice/master
Mike Verdone [Thu, 20 Mar 2014 17:45:44 +0000 (18:45 +0100)] 
Merge pull request #214 from edi-bice/master

Fixed broken rate limiting error handling in archiver/follow.
Twitter changed rate limiting response objects quite a bit in v1.1.
In addition there were bugs due to import of time module and time object from datetime module.

10 years agoFixed broken rate limiting error handling in archiver/follow.
Edi Bice [Thu, 20 Mar 2014 17:21:10 +0000 (13:21 -0400)] 
Fixed broken rate limiting error handling in archiver/follow.
Twitter changed rate limiting response objects quite a bit in v1.1.
In addition there were bugs due to import of time module and time object from datetime module.

10 years agoMerge pull request #213 from RouxRC/fix-twitterrate
Mike Verdone [Wed, 19 Mar 2014 14:27:19 +0000 (15:27 +0100)] 
Merge pull request #213 from RouxRC/fix-twitterrate

Fix routing to rate_limit_status calls (Fix #157)

10 years agoFix routing to rate_limit_status calls (Fix #157)
RouxRC [Wed, 19 Mar 2014 00:59:15 +0000 (01:59 +0100)] 
Fix routing to rate_limit_status calls (Fix #157)

10 years agoVersion 1.14.1. twitter-1.14.1
Mike Verdone [Wed, 12 Mar 2014 20:41:32 +0000 (21:41 +0100)] 
Version 1.14.1.

10 years agoMerge pull request #211 from justinclift/master
Mike Verdone [Wed, 12 Mar 2014 20:35:34 +0000 (21:35 +0100)] 
Merge pull request #211 from justinclift/master

Trivial typo fix

10 years agoMerge pull request #212 from justinclift/friends_timeline_update
Mike Verdone [Wed, 12 Mar 2014 20:35:09 +0000 (21:35 +0100)] 
Merge pull request #212 from justinclift/friends_timeline_update

Update README with friends_timeline() replacement

10 years agoMerge pull request #210 from sixohsix/stream_cleanup_two
Mike Verdone [Wed, 12 Mar 2014 20:34:44 +0000 (21:34 +0100)] 
Merge pull request #210 from sixohsix/stream_cleanup_two

Stream cleanup twoSecond time... or third time's a charm. I hope this is it.

- code is actually understandable
- NO MORE UNICODE ERRORS
- NO MORE 100% CPU usage
- return data chunks ASAP
- handle "old school" non-blocking mode (for those who still want it)
- works on all stream servers I have access to

10 years agoTrivial typo fixes
Justin Clift [Tue, 11 Mar 2014 03:27:32 +0000 (03:27 +0000)] 
Trivial typo fixes

10 years agoUpdate README with friends_timeline() replacement
Justin Clift [Tue, 11 Mar 2014 03:03:56 +0000 (03:03 +0000)] 
Update README with friends_timeline() replacement

10 years agoWe don't need range.
Mike Verdone [Mon, 10 Mar 2014 23:47:19 +0000 (00:47 +0100)] 
We don't need range.

10 years agoRemove a pdb. Handle very long timeouts better.
Mike Verdone [Mon, 10 Mar 2014 23:32:25 +0000 (00:32 +0100)] 
Remove a pdb. Handle very long timeouts better.

10 years agoHandle old-school non-blocking.
Mike Verdone [Mon, 10 Mar 2014 22:53:20 +0000 (23:53 +0100)] 
Handle old-school non-blocking.

10 years agoSimplify code. Produce data faster by handling bizarre CRLF behaviour.
Mike Verdone [Mon, 10 Mar 2014 22:26:54 +0000 (23:26 +0100)] 
Simplify code. Produce data faster by handling bizarre CRLF behaviour.

10 years agoOkay. It works now. Omg.
Mike Verdone [Mon, 10 Mar 2014 21:31:52 +0000 (22:31 +0100)] 
Okay. It works now. Omg.

10 years agoVersion 1.14.0 twitter-1.14.0
Mike Verdone [Sun, 9 Mar 2014 21:17:17 +0000 (22:17 +0100)] 
Version 1.14.0

10 years agoMerge pull request #208 from RouxRC/pr-userstream-keywords-example
Mike Verdone [Sun, 9 Mar 2014 21:11:52 +0000 (22:11 +0100)] 
Merge pull request #208 from RouxRC/pr-userstream-keywords-example

Add possibility to use keywords track with user/site streams in script sample
To help illustrate further comments to come on #205

10 years agoMerge pull request #205 from sixohsix/stream_cleanup
Mike Verdone [Sun, 9 Mar 2014 21:11:15 +0000 (22:11 +0100)] 
Merge pull request #205 from sixohsix/stream_cleanup

Explicit support for heartbeat handling
Yet another crack at the stream iterator.

Now we explicitly track timeouts and heartbeat timeouts separately. Regular timeouts produce `Timeout` tokens (dicts). Heartbeat timeouts produce `HeartbeatTimeout` and StopIteration if iterated again. This is a solid fix for issue #202.

If the stream is set to use `timeout=None, block=False`, then we yield only data or `None`. If `timeout` is set to a number, we yield data or `Timeout` tokens, never `None`. If we are set to `block=True` then we yield only data.

Also: improve the documentation and remove some code weirdness.

Also: make the example stream program highly configurable to test every bizarre combination from the command line.

10 years agoMake possible to use track keywords with user/site streams in sample script (cf ...
RouxRC [Sun, 9 Mar 2014 20:10:09 +0000 (21:10 +0100)] 
Make possible to use track keywords with user/site streams in sample script (cf #205)

10 years agoFix Python 3.x support.
Mike Verdone [Tue, 25 Feb 2014 16:19:50 +0000 (17:19 +0100)] 
Fix Python 3.x support.

10 years agoLet's use the stdlib io system for great sanity.
Mike Verdone [Mon, 24 Feb 2014 23:06:38 +0000 (00:06 +0100)] 
Let's use the stdlib io system for great sanity.

10 years agoFurther simplification in progress.
Mike Verdone [Mon, 24 Feb 2014 21:48:08 +0000 (22:48 +0100)] 
Further simplification in progress.

10 years agoMerge pull request #206 from polm/patch-1
Mike Verdone [Mon, 24 Feb 2014 21:03:31 +0000 (22:03 +0100)] 
Merge pull request #206 from polm/patch-1

oauth dance should use https.
HTTP URL generated by OAuth dance just gives a blank page, but changing it to HTTPS fixes it.

10 years agooauth dance should use https.
Paul O'Leary McCann [Mon, 24 Feb 2014 01:50:17 +0000 (10:50 +0900)] 
oauth dance should use https.

HTTP URL generated by OAuth dance just gives a blank page, but changing it to HTTPS fixes it.

10 years agoExplicitly control heartbeat timeouts.
Mike Verdone [Tue, 18 Feb 2014 00:59:54 +0000 (01:59 +0100)] 
Explicitly control heartbeat timeouts.

10 years agoBetter help for example.
Mike Verdone [Mon, 17 Feb 2014 23:28:33 +0000 (00:28 +0100)] 
Better help for example.

10 years agoUse timeout and block args for all streams in example.
Mike Verdone [Mon, 17 Feb 2014 23:18:18 +0000 (00:18 +0100)] 
Use timeout and block args for all streams in example.

10 years agoSimplify further. New args to example script. Update documentation.
Mike Verdone [Mon, 17 Feb 2014 23:15:50 +0000 (00:15 +0100)] 
Simplify further. New args to example script. Update documentation.

10 years agoSimplify streaming code.
Mike Verdone [Mon, 17 Feb 2014 22:44:12 +0000 (23:44 +0100)] 
Simplify streaming code.

10 years agoMerge pull request #203 from RouxRC/pr-fix-timeout
Mike Verdone [Mon, 17 Feb 2014 21:29:35 +0000 (22:29 +0100)] 
Merge pull request #203 from RouxRC/pr-fix-timeout

Fix streams timeout & hangup behavior + ensure python2.6 compat
Here are the changes to fix the misbehavior of the timeout in case of low tweets by catching Twitter's keep-alive heartbeat signals thanks to the select.select originally added in #178 and still problematic as pointed out by @ksecrist in #202

I also generalized the hangup to all cases since there is no reason to stay in infinite loop after a hangup in non-blocking mode.

And to make things easier and avoid merging issues, I adapted the refacto and fixed python2.6 compatibility from @adonoho's #201

10 years agoplease @adonoho
Benjamin Ooghe-Tabanou [Mon, 17 Feb 2014 16:33:46 +0000 (17:33 +0100)] 
please @adonoho

10 years agorevert to regular no yield in timeout mode until further non-blocking+timeout option
RouxRC [Sun, 16 Feb 2014 19:38:28 +0000 (20:38 +0100)] 
revert to regular no yield in timeout mode until further non-blocking+timeout option

10 years agouse non timeout mode for all streams in the sample tester
RouxRC [Sun, 16 Feb 2014 19:26:20 +0000 (20:26 +0100)] 
use non timeout mode for all streams in the sample tester

10 years agofix python2.6 compat and refacto per as @Adonoho's #201
RouxRC [Sun, 16 Feb 2014 03:15:10 +0000 (04:15 +0100)] 
fix python2.6 compat and refacto per as @Adonoho's #201

10 years agohangup should happen also in noblock mode
RouxRC [Sun, 16 Feb 2014 02:43:04 +0000 (03:43 +0100)] 
hangup should happen also in noblock mode

10 years agoyield None as well in timeout mode when no tweet received
RouxRC [Sun, 16 Feb 2014 02:42:43 +0000 (03:42 +0100)] 
yield None as well in timeout mode when no tweet received

10 years agotake twitter's keepalive signals into account for the timeout
RouxRC [Sun, 16 Feb 2014 02:41:38 +0000 (03:41 +0100)] 
take twitter's keepalive signals into account for the timeout

10 years agoFix exception on hangedup streams in 2.6
RouxRC [Sun, 16 Feb 2014 01:41:19 +0000 (02:41 +0100)] 
Fix exception on hangedup streams in 2.6

10 years agoVersion 1.13.1. twitter-1.13.1
Mike Verdone [Wed, 12 Feb 2014 15:23:34 +0000 (16:23 +0100)] 
Version 1.13.1.

10 years agoRestore Python 2.6 compatibility by restoring the old version of recv_chunk, only...
Mike Verdone [Wed, 12 Feb 2014 15:23:01 +0000 (16:23 +0100)] 
Restore Python 2.6 compatibility by restoring the old version of recv_chunk, only used for Py 2.6.

10 years agoVersion 1.13.0. Ends support for Python 2.6.
Mike Verdone [Wed, 12 Feb 2014 14:07:41 +0000 (15:07 +0100)] 
Version 1.13.0. Ends support for Python 2.6.

10 years agoMerge pull request #199 from adonoho/use-bytearray-buffer
Mike Verdone [Wed, 12 Feb 2014 14:06:23 +0000 (15:06 +0100)] 
Merge pull request #199 from adonoho/use-bytearray-buffer

Reduce memory usage by writing directly into byte array buffer.
Gentlefolk,

The whole point of using a `bytearray` as opposed to concatenating reads of `bytes` was to reduce memory usage. This pull request now takes that strategy to its logical conclusion by writing the balance of the chunk directly into the `bytearray`. This saves the creation of a temporary `bytes` array, up to 8KiB in size.

It does this by creating a `memoryview` of the `bytearray`. While this is still an allocation, the `memoryview`s are much smaller and are, presumably, reclaimed faster.

This patch has been running for over 24 hours and has processed over 4 MTw under Python v3.3.3 on OS X 10.8.5. It has also been run for about 10 minutes on Python v2.7.6 on a similar machine. `memoryview` does not appear to have been backported to Python v2.6.*. Hence, this pull request is incompatible with that platform.

Anon,
Andrew

P.S. The changes in this pull request are larger than strictly necessary for adding this functionality. I chose to improve the naming of my variables and move some of them closer to where they are used.

10 years agoClarify comment.
Andrew W. Donoho [Fri, 7 Feb 2014 00:11:47 +0000 (18:11 -0600)] 
Clarify comment.

10 years agoMerge branch 'use-bytearray-buffer'
Andrew W. Donoho [Wed, 5 Feb 2014 21:31:42 +0000 (15:31 -0600)] 
Merge branch 'use-bytearray-buffer'

10 years agoDirectly read the balance of the HTTP chunk into the byte array. This eliminates...
Andrew W. Donoho [Wed, 5 Feb 2014 21:29:19 +0000 (15:29 -0600)] 
Directly read the balance of the HTTP chunk into the byte array. This eliminates at least one large allocation. Adjust names to match new logic.

10 years agoVersion 1.12.1 twitter-1.12.1
Mike Verdone [Tue, 4 Feb 2014 20:01:33 +0000 (21:01 +0100)] 
Version 1.12.1

10 years agoMerge pull request #198 from adonoho/fix-busy-wait
Mike Verdone [Tue, 4 Feb 2014 19:59:28 +0000 (11:59 -0800)] 
Merge pull request #198 from adonoho/fix-busy-wait

Follow the hangup message with a break out of the loop.
And clarify a comment and just use a normal string as an initial value.

10 years agoFollow the hangup message with a break out of the loop. Clarify a comment and just...
Andrew W. Donoho [Tue, 4 Feb 2014 19:48:13 +0000 (13:48 -0600)] 
Follow the hangup message with a break out of the loop. Clarify a comment and just use a normal string as an initial value.

10 years agoMerge pull request #197 from RouxRC/pr-rouxrc
Mike Verdone [Tue, 4 Feb 2014 14:40:12 +0000 (06:40 -0800)] 
Merge pull request #197 from RouxRC/pr-rouxrc

Add image support + fix diverses issues
All right, Mike's motivation was contagious and I cherry-picked and merged my pending commits regarding the other parts than the streaming.
This should fix a few more pending issues I tagged back then : #127 #177 #192 #126 #10 #64
I also seized the occasion to add @adonoho among the authors as well.

10 years agonew version and include @adonoho in authors
RouxRC [Mon, 3 Feb 2014 23:06:32 +0000 (00:06 +0100)] 
new version and include @adonoho in authors

10 years agoMerge https://github.com/sixohsix/twitter into pr-rouxrc
RouxRC [Mon, 3 Feb 2014 23:03:59 +0000 (00:03 +0100)] 
Merge https://github.com/sixohsix/twitter into pr-rouxrc

10 years agofriends_timeline is deprecated in API v1.1, remove it from all examples and ircbot
Benjamin Ooghe-Tabanou [Thu, 16 Jan 2014 17:00:30 +0000 (18:00 +0100)] 
friends_timeline is deprecated in API v1.1, remove it from all examples and ircbot

10 years agoVersion 1.11.1. twitter-1.11.1
Mike Verdone [Mon, 3 Feb 2014 22:59:30 +0000 (23:59 +0100)] 
Version 1.11.1.