Skip to content

Commit

Permalink
Added note prefering python-twitter to tweepy
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Nov 13, 2015
1 parent f501c92 commit 3ea29fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/doc/essentials/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ Posting to Twitter requires these modules:

sudo pip install tweepy oauth2

Note that ``tweepy`` appears to be the less reliable of the two.
If you have problems, e.g. with character encoding, try installing ``python-twitter`` instead.

.. versionchanged:: 13.10_r1086
reenabled use of ``tweepy`` library as an alternative to ``python-twitter``.
``python-oauth2`` is still required by :py:mod:`pywws.TwitterAuth`.
Expand Down
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '15.11.0.dev1324'
_release = '1324'
_commit = 'd4446c9'
__version__ = '15.11.0.dev1325'
_release = '1325'
_commit = 'f501c92'

0 comments on commit 3ea29fb

Please sign in to comment.