summaryrefslogtreecommitdiff
path: root/lib/Dakkar/TweetArchive.pm
Commit message (Collapse)AuthorAge
* update to 5.36Gianni Ceccarelli2023-02-22
|
* get the full text of tweets!dakkar2018-07-03
| | | | | | | | https://developer.twitter.com/en/docs/tweets/tweet-updates shows that you can get the full text by passing `tweet_mode=extended` in the request; instead of getting the `extended_tweet`, you'll get the same shape as with normal tweets, but the text will be in `full_text` (not in `text`)
* store friends / followersdakkar2017-04-22
|
* store tweets in postgresdakkar2017-04-22