Your slack conversations should not be boring. Add stickers to spice things up.
- Consumes the slack APIs to make the app a reality
- Expose endpoints(webhooks) for slack to send us requests
- Listen to those requests from slack and carry out the necessary actions
- Query the DB to get related stickers
- Return stickers that match to the user
- Send message to slack channel or private chat
- Interact with cloudinary
- Expose APIs for the FE to upload to cloudinary
- Many more
How does it work:
- First, add the slack app to your workspace
- Type
/stickers
or use the plus button shortcut to find a stickers - Put in your search keyword
- Send that sticker!!!
_Below is an example of how you can install and set up your app.
- Get the .env file from https://github.com/odetolakehinde
- Clone the repo
git clone https://github.com/odetolakehinde/slack-stickers-be.git
- This project runs with a docker. You only need to execute
docker-compose up
from your favorite terminal. Keep in mind that the first time, it will run for a while and download some stuff, mafo! - Golang is used with its ninja frameworks such gin framework for http handling. APIs are in rest API (gin)
The main source code is in the src
directory. Don't be scared!
- Health check:
http://localhost:6001
- Rest API endpoint:
http://localhost:6001/api/v1
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - @slackstickers - useslackstickers@gmail.com
Project Link: https://github.com/odetolakehinde/slack-stickers-be