-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm building an alternative that works for Twitter API v2 x
using Go
#467
Comments
x
x
x
using Go
Nice! I’m working on an alternative in Crystal, which will be integrated into this library: https://github.com/sferik/x-crystal |
Interesting! |
So this project is officially dead? I just spent the better part of an hour setting everything up and sending my first update only to be greeted with this message: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product Does that mean I did all of this for nothing and this gem is toast? |
@cyberfunk I think it's deprecated due to the latest Twitter API updates which contained major changes that required constructing a new tool built on the new API. You can check sferik/x-ruby or my tool devhindo/x. |
Thanks! Will install and try the update and compare with your project as well! |
Okay, feel free to ask if you need any help. |
Thanks I've been to the end of the internet and back trying to find a replacement for the old Abraham library that worked flawlessly with PHP, Cron and API 1.1 for many years. Hopefully my search is over with one of these options and Cron😅 I need to start promoting my music again and use this to post recurring tweets daily. |
I use my tool daily and it works just fine for posting text tweets. And its setup doesn't take a minute. |
Got it working thanks!!! |
I'm building a CLI tool that works as a modern alternative for this one. works with Twitter API v2
link : devhindo/x
The text was updated successfully, but these errors were encountered: