Hello,
I have recentely registered as twitter developer and I’ve been developing with a Python library using a (let’s call it @development_account) within a personal project.
I have achieved to publish tweets into my account, but now I want to get to output tweets to my organization twitter account (let’s call it @organization_account), and I don’t know how to do.
When I created the developer account with username @development_account I registered my @organization_account and when creating the app I added the @organization_account to the development team.
I can send tweets to my @development_account but I don’t know how to tweet to my @organization_account. How can I relate these two accounts and make the app send tweets to one or the other?
Also, I read the docs and got overwhelmed by all the authentication choices. What do I need for a bot app which shouldn’t ask for password or tokens? I want the bot to work without expirations. If someone could point me out the more suitable way for doing this, I would be grateful.
Thank you very much.