mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 85 forks source link

Add a note to documentation explaining where you get an API token #67

Closed smithjd closed 3 years ago

smithjd commented 7 years ago

This page provides a critical piece of information: https://api.slack.com/custom-integrations/legacy-tokens

cderv commented 6 years ago

Does this mean {slackr} works with legacy-tokens ?

cderv commented 6 years ago

I manage to make it work by creating an app but it was not easy to know which scope is required so that every functions in this 📦 .

I understand from your issue that it may be possible that this packages is intended to work instead with legacy token (or test token for slack). Am I right ?

rosseji commented 6 years ago

Can concur that it was a legacy token that worked for me

joelgombin commented 4 years ago

Legacy tokens are not supported anymore, is there a way to work with apps credentials when an API token is required in the package? (e.g. slackr_upload)

obarisk commented 4 years ago

create an app slack app

yonicd commented 4 years ago

there is no need to create an app you can use the R package slackteams instead.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.