Sending tweets with announces automatically, when stream starts (Twitter support)
Is this possible to do with your plugin? Because I am trying to figure out the other plugin, but seems like it requires some stupid "api keys", which I don't know where to get from.
This used to all be possible but since Elon took over twitter he changed how users and developers interact with their API, so now you need a personal api key which is tied to your user rather than the application, just follow their instructions on how to get an api key.
https://developer.x.com/en/docs/tutorials/step-by-step-guide-to-making-your-first-request-to-the-twitter-api-v2
This release was where the native plugin was unbundled https://github.com/strem-app/strem/releases/tag/0.8.x002 so that may provide you some more information.
I've found this recently: https://github.com/Rishikant181/Rettiwt-API And this encodes twitter cookies into an "API key", which can used to send messages and do other things on your account. I've tested this personally and it works correctly. The bad thind this is a NodeJS tool, and I have to use some workaround to get it working: through python script I can run a CLI command with options and parameters to NodeJS, which includes a text message itself that I am about to post on Twitter. Will this be possible to implement into your plugin?
You are welcome to make another plugin which uses non official ways to communicate with twitter, but unfortunately for simplicity we only support the official Twitter API which requires you to setup an api key as per their developer documentation, I believe its free you just are limited on what you can do unless you pay.