twitter-scraper
twitter-scraper copied to clipboard
Send Tweet
Hey hey! This is a great project. I noticed that it is mostly focused on gathering data and not sending or interacting, but I don't think it would be too hard from the current implementation.
Here is a python implementation which follows a similar path and enables tweeting: https://github.com/trevorhobenshield/twitter-api-client
The core code is just Requests with HTTP to the graphql API and such.
I think this would be a powerful feature to add. I would support someone on Github or donate to a patreon or opencollective to add this feature.
Hello, I have implemented this here: https://github.com/JoinTheAlliance/agent-twitter-client
Not sure if it is still relevant.