summaryrefslogtreecommitdiff
path: root/www/tscrape/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-10-09tscrape: Update to 0.6leot1-2/+2
Changes: 0.6 --- - Add support to the new Twitter site by using Twitter JSON API
2020-05-04tscrape: Update to 0.5leot1-3/+2
pkgsrc changes: - Remove patch that was backported from upstream Git HEAD 0.5 --- - Use a <pre> section per feed for tscrape_html - Ignore possible consecutive `js-stream-item' when parsing a single tweet: previously some tweets could be accidentally not parsed - Misc bug fixes and improvements
2020-03-26tscrape: Add patch-tscrape.c to distinfoleot1-2/+2
It was accidentally missed in last commit. Thanks <wiz> for noticing it! PKGREVISION++
2020-03-23tscrape: Backport upstream patch to fetch tweet with multiple js-stream-itemleot1-1/+2
Previously, without that patch, some tweets were accidentally not parsed. PKGREVISION++
2020-02-23tscrape: Update to 0.4leot1-2/+2
Changes: 0.4 --- - Minor bug fixes and improvements
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-08-18tscrape: Update to 0.3leot1-2/+2
Changes: 0.3 --- - Improve documentation and add man pages for all tools - Several tscrape_update improvements (making it more robust/verbose about possible errors)
2019-05-10tscrape: Update to 0.2leot1-2/+2
Changes: 0.2 --- - Misc bug fixes and improvements
2019-02-22tscrape: Import tscrape-0.1 as www/tscrapeleot1-0/+18
tscrape reads the Twitter HTML page and scrapes the data into a TAB-separated format to stdout.