twitter: prefer archive data over twidump for tweets
also add a script to check twitter data
This commit is contained in:
parent
bb4c77612b
commit
946daf40d0
3 changed files with 91 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue