twitter: prefer archive data over twidump for tweets

also add a script to check twitter data
This commit is contained in:
Dima Gerasimov 2022-05-30 21:40:50 +01:00 committed by karlicoss
parent bb4c77612b
commit 946daf40d0
3 changed files with 91 additions and 1 deletions

View file

@ -124,3 +124,5 @@ def likes() -> Iterator[Res[Tweet]]:
elif isinstance(x, _IsFavorire):
yield x.tweet
# TODO maybe should combine all public iterators into a stats()