I want to send tweets from a small application that I create for the application, but I canβt understand how the whole outout works and everything that works.
I saw from some very simple examples here (which did not work for me) more complex examples using tweepy. I was also for tweepy samples, and found useful material there, but nothing that really made me go for anything.
I think I find examples that are too complicated, and I'm a little worried about reinventing the wheel.
I basically have text that is generated by another application, and I want to transfer that text and tweet it from my Twitter account.
Is there an easy way to do this? I used to do this with basic authentication, but I know that it is no longer available.
source
share