Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Option to sort tweets from old to new #183

Closed
VesperLlama opened this issue Jun 26, 2021 · 3 comments
Closed

[REQ] Option to sort tweets from old to new #183

VesperLlama opened this issue Jun 26, 2021 · 3 comments
Labels
enhancement New feature or request stalled Waiting for something out of project scope

Comments

@VesperLlama
Copy link

Description
Currently, tweets are sorted by new to old. Sometimes people tweet something in reference to an older tweet and you have to go down to get the context for that tweet to understand it.

Solution
I would like if the tweets are sorted in chronological order (old to new). This would make them easier to follow.

An option can be added to only display tweets newer than X time (6 hr, 12 hr, 1 day, etc). Then the tweets can be sorted from old to new.

@VesperLlama VesperLlama added the enhancement New feature or request label Jun 26, 2021
@Friptick
Copy link

Friptick commented Feb 9, 2022

Yes yes YES!

Why are people so happy to consume content backwards? It makes no sense!

The ideal implementation here is a "read" flag for each post, with mark-as-read on scroll. Plus configurable order, of course. Like any RSS reader.

But @eredrolo's quick solution of a time cutoff would be so appreciated!

Please? :)

I've been waiting years for a sane way to read Twitter. This project looks like it has great potential. Thanks for your work.

@jonjomckay
Copy link
Owner

Unfortunately, I don't think this is going to be possible - at least not efficiently possible. I'm not using any official API from Twitter, so Fritter is at the mercy of their unofficial web APIs, and those have very limited sorting capabilities.

For this to work efficiently, I'd need to have the ability to limit how far back a search using the API can go, and another option to sort reverse chronologically (or rather, chronologically), but that's not possible, as far as I can tell.

I'll keep this open for now, but I can't commit to it until I know for sure that it's possible.

@jonjomckay jonjomckay added the stalled Waiting for something out of project scope label Aug 30, 2022
@jonjomckay
Copy link
Owner

Closing as the feed has now been removed, due to Twitter blocking access permanently. Please see #668 (comment)

weblate pushed a commit to weblate/fritter that referenced this issue Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stalled Waiting for something out of project scope
Projects
None yet
Development

No branches or pull requests

3 participants