x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

Changing API Access Mode to Extended #76

Open NxtDaemon opened 3 years ago

NxtDaemon commented 3 years ago

using the "extended" value will ensure all tweets are parsed for all 280 characters and not truncated this will ensure that users do not have to got through the process of looking through StackOverflow or the docs and editing the code; as most users will want the extended versions. It should be noted that this changes the JSON key within the return object from "text" to "full_text" however this program does not specifically use these.