Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Documentation fix #66

Closed
RyanTG opened this issue May 22, 2022 · 3 comments
Closed

Documentation fix #66

RyanTG opened this issue May 22, 2022 · 3 comments

Comments

@RyanTG
Copy link
Contributor

RyanTG commented May 22, 2022

Assuming this isn't a priority, but I'm still using this gem and thought I'd share that token and secret are incorrect in the docs, and instead it should be access_token and access_token_secret

In a separate YAML config file. Create a file named botname.yaml – the botname part must match your bot’s username EXACTLY. Put the following contents, pasting the credential values that you just generated:

  ---
  :consumer_secret: Consumer Secret (API Secret) GOES HERE
  :consumer_key: Consumer Key (API Key) GOES HERE
  :access_token: Access Token GOES HERE
  :access_token_secret: Access Token Secret GOES HERE
```

@muffinista
Copy link
Owner

muffinista commented May 22, 2022 via email

@RyanTG
Copy link
Contributor Author

RyanTG commented May 22, 2022

I’ll do a PR. I didn’t realize the docs were part of this repo.

@muffinista
Copy link
Owner

Resolved by #67, thanks!

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

No branches or pull requests

2 participants