This is the open source version of Thinksy, A Slack App that compiles a concise list of what you’ve worked on for your next daily standup, weekly update, or performance review.
If you're interested in purchasing the full self-hosted version of Thinksy that includes integrations like Asana, Google Drive, and GitHub, please contact [email protected].
If you're looking for the cloud version of Thinksy it is available now at thinksy.app.
Software engineers, product managers, and engineering managers who need to quickly summarize work that has been accomplished in a given time period.
Normally this is done through manually searching through your Slack and documents but Thinksy helps do the search and summarization for you so you can get a quicks snapshop of what's been accomplished.
This can be useful for gathering standup notes, weekly updates, or even performance reviews.
Thinksy will look at the messages you've sent in the chosen time frame and feed them into OpenAI to summarize the work you've accomplished.
- Your own OpenAI API key
- Permissions to create Slack App in your workspace
- Docker
You want to create your internal Slack App to be used for your workspace.
- Go to https://api.slack.com/apps and select "Create New App"
- Select "From an app manifest"
- Select the workspace where you'd like to create the app
- Paste the manifest from manifest.yml
- Go to OAuth & Permissions and get the user bot token
- Go to Basic Information and create an App-Level Token
- Optional: Add the Thinksy logo as the app icon
- Save the
.env
template from here - Add your slack bot token, slack app token, and relevant OpenAI info
Once you have your .env
file prepared you can get this running!
Simply run this docker image with your updated .env
file
docker pull entreeden/thinksy:v0.1
docker run --env-file .env entreeden/thinksy:v0.1
Optional: You can also use the included Dockerfile
if you'd like to deploy the app manually
Wahoo 👏 Now Thinksy is on your workspace, let's run it!
We're continuing to grow and iterate Thinsky every day 🚀 If you have any feedback please feel free to reach out our CTO [email protected] or CEO [email protected]. Godspeed!
MIT License