NodeJS Twitter api search more than 100 tweets – Twitter-api
I have problem with my code. I want to download more than 100 tweets with one query. Is it possible to get more than 100 tweets using the Twitter API? My code: module.exports = function(text, callback) { console.log("Test: " +…