stefansundin / rssbox

:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.
https://github.com/stefansundin/rssbox/discussions/64
GNU Affero General Public License v3.0
762 stars 73 forks source link

Increase the number of fetched Twitter posts #59

Closed hwyedba4 closed 2 years ago

hwyedba4 commented 2 years ago

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

stefansundin commented 2 years ago

Hello.

You can fork the project and increase the number here: https://github.com/stefansundin/rssbox/blob/e6ee86f04b4f29f551da9477b831c06e27cde8b9/app.rb#L186

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".

hwyedba4 commented 2 years ago

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

stefansundin commented 2 years ago

Probably not. Sorry.