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

Feature Request: API Parameter for Fetching News Newer Than a Given Timestamp or ID #11

Open
m345054 opened this issue Mar 21, 2024 · 1 comment

Comments

@m345054
Copy link

m345054 commented Mar 21, 2024

Currently, the TickerTick API does not support fetching news stories that are newer than a specific timestamp or story ID. This feature would be extremely beneficial for applications that require real-time updates or continuous polling for new stories.

Use Cases
Real-time news tracking and notifications.
Efficient data synchronization and updates without redundant polling.

@hczhu
Copy link
Owner

hczhu commented Jul 25, 2024

@m345054 you can achieve the same goal by fetching the latest 100 stories and then throwing away old ones by checking their timestamps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants