I'm creating a Twitter bot to share information about Covid-19 cases where I live, but I'm trying to organize all the information in a single thread
By "thread" I mean a "Twitter Thread": many tweets created together to make it readable and concise
I'm using Tweepy in Python, but I can't find a way to do that. I can post a single tweet (by using api.update_status), but I can't create a full thread by adding new tweets the the first one.
That's my first StackOverflow question, so I hope it's good enough to be understandable
Thank you