What Twitter API will one use to watch a certain tweet(s)?

Viewed 25

I have a table of twitter user names, texts for the future tweets, dates, and a duration each tweet will have to remain present on each of a user timeline.

For instance, user1 will have to post a tweet hello world on 25 of September 2022 at 15:00 UTC and it'll have to remain on his timeline till 19:30 UTC. After that user1 may delete a tweet, if he so desires.

Question: what API endpoints will I use to implement this? That is:

  • a user has posted such a tweet, with a certain text
  • in a certain date-time
  • that a tweet remains on the user's timeline within a certain period of time (hours or days)

?

0 Answers
Related