You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the telegram bot shows the tweets scraped, the tweets should not be from the start of the tid_store. Instead, the bot should be aware of the recent tweets and post that alone. Verbose tid_store would be required and be of help.
Example, Check the date user requested, and parse the tweet id only from that date in the tid_store.
We can also calibrate it to check time as well, if we are scarping more data per day.
Also, tid_store in json might be good too.
The text was updated successfully, but these errors were encountered:
When the telegram bot shows the tweets scraped, the tweets should not be from the start of the tid_store. Instead, the bot should be aware of the recent tweets and post that alone. Verbose tid_store would be required and be of help.
Example, Check the date user requested, and parse the tweet id only from that date in the tid_store.
We can also calibrate it to check time as well, if we are scarping more data per day.
Also, tid_store in json might be good too.
The text was updated successfully, but these errors were encountered: