giacecco / twitter2rss

A daemon to transform Twitter lists and searches in Atom feeds to be consumed by conventional news readers.
Other
1 stars 0 forks source link

Is rate-limiting clogging access to the APIs? #26

Open giacecco opened 7 years ago

giacecco commented 7 years ago

It's Jan 30th and the most recent tweets in Newsbeuter are from Jan 28th...

... but the database is fine, e.g. next-economy's:

sqlite> select max(json_extract(payload, '$.created_at')) from tweets;
2017-01-30T13:29:13.000Z
sqlite>