Send interesting tweets from Twitter to Slack.
Twickr connects to Twitter and listens for keywords you're interested in. Whenever a keyword is mentioned in a tweet, Twickr sends you a message over Slack.
Download the relevant release for your server's OS and architecture and extract the files.
Before you can run Twickr, you need to setup a Twitter application and a Slack Inbound Webhook.
- Go to Twitter's Application Management and create a new app.
- Fill out the name description and website and create the app.
- Go to "Keys and Access Tokens" and create a new access token
- Create a new Inbound Webhook for your Slack account here
Create a config.json
file in the same folder as the twickr executable. An example configuration file is included in the download.
- Fill in the credentials for your new Twitter app and the URL from your Slack webhook.
- Optionally specify which channel to send Twickr messages to
- Enter a coma-separated list of keywords you want Twickr to keep an eye on
cd <path-to-your-twickr-install>
./twickr
Normally you'll run Twickr on a server (rather than on your laptop or desktop machine) where it can keep running continuously. An easy way to make sure it stays up after you close your SSH connection is to run it in a TMUX or Screen session.
Twickr is a small tool developed by Netlify. Netlify builds, deploys & hosts static sites and apps.