shalvah / RemindMeOfThisTweet

🤖 Twitter bot to set reminders for tweets.
https://remindmeofthis.app
GNU General Public License v3.0
414 stars 41 forks source link

No Reminders #39

Closed anurag01a closed 1 year ago

anurag01a commented 1 year ago

I am not getting any reminders from this

shalvah commented 1 year ago

Twitter has a tweet limit. You're not guaranteed to get replies. https://twitter.com/RemindMe_OfThis/status/1605877322082574336

Also, with the new Twitter API changes, there's no guarantee this bot will keep working.

anurag01a commented 1 year ago

Still you've all the reminder data. Why don't you export it to each user's Google Calendar as event so as to get rid of each user's tweet reminder backlog?

You just would add an iCal/Google Cal subscription in your web app.

What do you think?

shalvah commented 1 year ago

Yeah, I have considered that, but it's not as easy as you make it sound. The iCal part is super easy, but:

I quite frankly do not have the desire or time to spend on it.

Also, because of the nature of the storage I'm using, fetching all reminders for a user is not a trivial task. I can find a way around it, but again, I don't have that motivation.

anurag01a commented 1 year ago

I hope you won't disappoint these 554K+ users and the popularity you maintained over time. Just tweet about your problems with this handle and your followers will be there for you :)

image

Open-source community can help.

If you are so sure of it being deprecated why don't you just create an export button that downloads the .csv file with all the users' reminders in it?