desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

Update Character Count to 280 for Tweets Returned in Response to Search #346

Open ge0rgeme1kle opened 4 years ago

ge0rgeme1kle commented 4 years ago

Strings associated with tweets.statuses[n].text in response to search limited to 140 characters; 280 characters required to align with Twitter's updated per Tweet character count allowance.