Leibniz-HBI / dabapush

Data Base pusher for social media data (Twitter for the beginning) – pre-alpha version
https://pypi.org/project/dabapush/
MIT License
0 stars 0 forks source link

Make sure, full text gets written in RTs #1

Closed FlxVctr closed 1 year ago

FlxVctr commented 3 years ago

Twitter does limit text in the API request to 280 characters. Therefore, retweets are often truncated by the length of RT @{username}:…. However, the full text should be available in the referenced_tweets expansion in the API response.