./net/py-twython, Python wrapper for the Twitter API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.9.1, Package name: py311-twython-3.9.1, Maintainer: imil

Twython is the premier Python library providing an easy (and up-to-date) way to
access Twitter data. Actively maintained and featuring support for Python 2.6+
and Python 3. It's been battle tested by companies, educational institutions
and individuals alike.


Required to run:
[devel/py-setuptools] [devel/py-requests] [security/py-requests-oauthlib] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 368.044 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-16 11:51:00 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-twython: updated to 3.9.1

3.9.1
Changes from raising StopIteration to returning instead.
Updates information about Python 2.7 support drop.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-05-14 21:16:24 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
No longer supports Python 2.7
   2020-04-29 15:35:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-twython: updated to 3.8.2

3.8.0:
Bump release with latest patches from GitHub.
Fix Direct Messages with patches from
   2019-02-06 12:21:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-twython: updated to 3.7.0

3.7.0:
- Fixes for cursoring API endpoints
- Improve html_for_tweet() parsing
- Documentation cleanup
- Documentation for cursor's return_pages keyword argument
- Update links to Twitter API in documentation
- Added create_metadata endpoint
- Raise error for when cursor is not provided a callable

3.6.0:
- Improve replacing of entities with links in html_for_tweet()
- Update classifiers for PyPI

3.5.0:
- Added support for "symbols" in Twython.html_for_tweet()
- Added support for extended tweets in Twython.html_for_tweet()
- You can now check progress of video uploads to Twitter when using \ 
Twython.upload_video()