sferik / t-ruby

A command-line power tool for Twitter.
http://sferik.github.com/t
MIT License
5.43k stars 412 forks source link

I'm building an alternative that works for Twitter API v2 `x` using Go #467

Open devhindo opened 9 months ago

devhindo commented 9 months ago

I'm building a CLI tool that works as a modern alternative for this one. works with Twitter API v2

link : devhindo/x

sferik commented 9 months ago

Nice! I’m working on an alternative in Crystal, which will be integrated into this library: https://github.com/sferik/x-crystal

devhindo commented 9 months ago

Nice! I’m working on an alternative in Crystal, which will be integrated into this library: https://github.com/sferik/x-crystal

Interesting!

cyberfunk commented 6 months ago

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?

devhindo commented 6 months ago

@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.

cyberfunk commented 6 months ago

@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!

devhindo commented 6 months ago

@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.

cyberfunk commented 6 months ago

@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.

devhindo commented 6 months ago

@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.

cyberfunk commented 6 months ago

Got it working thanks!!!