Tweeper 1.4.1 released, fixed twitter to RSS conversion
Tweeper is a web scraper which converts Twitter and other social media websites to RSS.
On September 7th 2019 version 1.4.1 of Tweeper has been released. The tweeper Debian package has also been updated.
For PHP composer users there is also ao2/tweeper on packagist, which means that tweeper can be installed and run with these commands:
$ composer global require ao2/tweeper $ ~/.config/composer/vendor/bin/tweeper
Version 1.4.1 is a maintenance release with a couple of fixes.
Here are the NEWS
file entries:
News for v1.4.1: ================ * Enable cookie handling in cURL to fix scraping twitter.com * Update User-Agent version to fix scraping hashtag pages on twitter.com
Comments
Did twitter break tweeper
Did twitter break tweeper recently?
Yes, it looks like
Yes, it looks like twitter.com now serves content via json to modern browsers and parses and renders it on the client side.
Adjusting the
User-Agent
header to mimic an older browser seems to fix this and does not break the other sites supported by Tweeper, see https://git.ao2.it/tweeper.git/commitdiff/da4568f5a2d24e0933d44b16b5ef180095c42dab.Post new comment