Skip to content

Simple script to try and authenticate against various slack APIs using authentication token

Notifications You must be signed in to change notification settings

orlofv/auth-slack-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

auth-slack-apis

Simple script to try and authenticate against various slack APIs using authentication token The script asks the user to input an authentication token and checks if it can authenticate against the following endpoints.

"auth.test",  
"rtm.start",  
"users.list",  
"channels.list",  
"conversations.list",  
"chat.postMessage",  
"reactions.add",  
"files.upload",  
"views.open",  
"emoji.list",  
"users.info",  
"conversations.history",  
"im.list",  
"groups.list",  
"mpim.list",  
"team.info",  
"users.lookupByEmail",  
"pins.list",
"reactions.get",
"reactions.get",

You can add additional API endpoints by editing the file.

About

Simple script to try and authenticate against various slack APIs using authentication token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages