Skip to content
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

Does this work anymore? #459

Open
Debdut opened this issue Mar 15, 2022 · 7 comments
Open

Does this work anymore? #459

Debdut opened this issue Mar 15, 2022 · 7 comments

Comments

@Debdut
Copy link

Debdut commented Mar 15, 2022

#458

It seems to me as with lot of problem not being able to authorize, this doesn't work anymore.

@the-ebdm
Copy link

Works fine for me fwiw

@rjrobinson
Copy link

Also having an auth issue

@the-ebdm
Copy link

the-ebdm commented May 9, 2022

If it helps, I created the ~/.trc manually. Though if you want any more than the first 180 characters of the tweet you gotta go find something else

@MHBraun
Copy link

MHBraun commented Jun 21, 2022

What is the structure of the .trc file?

@hollerith
Copy link

Structure of two trc with two sets of users

---
profiles:
  <username>:
    <consumer_key>:
      username: <username>
      consumer_key: <consumer_key>
      consumer_secret: <consumer_secret>
      token: <api_token>
      secret: <api_secret>
  <second_user>:
    <second_user_key>:
      username: <second_user>
      consumer_key: <second_user_key>
      consumer_secret: <second_user_secret>
      token: <second_api_token>
      secret: <second_api_secret>
configuration:
  default_profile:
  - <username>
  - <consumer_key>
  shitposter:
  - <second_user>
  - <second_user_key>

@hollerith
Copy link

I was using this last week and I upgraded so broekn now. Needs to be ruby 2.7 I think really. I patched the http issue and got another issue with Proc.new

@Wirone
Copy link

Wirone commented Mar 2, 2023

I can't get it to work. I was able to generate config file following this comment, but I can't t update because of 'force_encoding': can't modify frozen String, even though #452 is closed as completed via sferik/twitter@0f8ff35c.

I've tried on Ruby 2.7.5, 3.0.4 and 3.1.2 via asdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants