https://github.com/parveshdhull/slackbot
Python program to use directly in terminal for send messages or command output to slack channels
https://github.com/parveshdhull/slackbot
python slack slackbot
Last synced: about 2 months ago
JSON representation
Python program to use directly in terminal for send messages or command output to slack channels
- Host: GitHub
- URL: https://github.com/parveshdhull/slackbot
- Owner: Parveshdhull
- License: apache-2.0
- Created: 2020-11-23T21:34:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T21:34:13.000Z (over 5 years ago)
- Last Synced: 2025-04-03T05:42:43.429Z (about 1 year ago)
- Topics: python, slack, slackbot
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Slackbot
Python program to use directly in terminal for send messages or command output to slack channels
## Prerequisite:
pip install slackclient
## Configure
Add slack bot app in your workspace and insert API key in slackbot file
## Usage
**Help**
slackbot -h
**Send Message**
slackbot -c channel -m message
## YouTube Tutorial
https://www.youtube.com/watch?v=iPO_bYutY0M
## Troubleshoot
* **invalid_auth** - API key not inserted or API key is wrong
* **channel_not_found** - Channel not created in workspace
## Websites
https://github.com/Parveshdhull
https://twitter.com/ParveshMonu
https://youtube.com/right2trick
