stefansundin/rssbox

Increase the number of fetched Twitter posts

hwyedba4 opened this issue · 3 comments

I know that it increases the pressure on the server but i need to fetch all tweets of couple of twitter accounts

Hello.

You can fork the project and increase the number here:

rssbox/app.rb

Line 186 in e6ee86f

count: 100,

I believe you can fetch at most 200 tweets at a time. I haven't implemented a way to fetch older tweets, so at the moment there's unfortunately no easy way to "fetch all tweets".

I don't own a server nor do i have knowledge about coding. Is it possible for me to do that?

Probably not. Sorry.