I’m working on a project where I need to develop a bot that can post content on multiple social media accounts on Twitter and switch between accounts efficiently. The bot should be able to log in, post a message or a post, log out, and repeat this process for several accounts throughout the day in the fastest way possible.
I’m wondering about the best approach to implement this. Specifically, I’m looking for guidance on:
Which programming languages and libraries/frameworks would be best suited for this task?
What strategies can I use to ensure the bot operates efficiently and can handle posting on multiple accounts without running into rate limits or other issues?
i have tried selenium but it was to slow