https://github.com/cdzombak/timebot
Talk seamlessly across timezones in Slack.
https://github.com/cdzombak/timebot
slack
Last synced: about 1 year ago
JSON representation
Talk seamlessly across timezones in Slack.
- Host: GitHub
- URL: https://github.com/cdzombak/timebot
- Owner: cdzombak
- License: mpl-2.0
- Created: 2017-01-08T19:49:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:43:41.000Z (over 3 years ago)
- Last Synced: 2025-04-12T20:53:04.390Z (about 1 year ago)
- Topics: slack
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timebot
*Talk seamlessly across timezones in Slack.*
Slack knows your timezone, and those of your coworkers, since you’ve all set it in your Slack profiles.
Once you’ve added **timebot** to a channel, it listens for mentions of times in that channel, and automagically translates times into the correct timezone for everyone else in the channel:

## Installation
1. Clone the repo and run `npm install`
2. [Create a bot token](https://get.slack.help/hc/en-us/articles/215770388-Create-and-regenerate-API-tokens) in Slack. Put it in `token.txt`. (“Seamlessly translates times for everyone in the channel.” is a nice thing to put in the “What this bot does” field.)
3. Run `npm start`
4. Invite timebot to one or more channels
*See also* [the FAQ](docs/faq.md).
## FAQ & Troubleshooting
*See:* [the FAQ](docs/faq.md).
## License
MPL-2.0. See [`LICENSE`](LICENSE).
## Author
Chris Dzombak, [dzombak.com](https://dzombak.com)