Platform for integration of services into messengers. It's simple. Applications written with our SDK will be available in all supported messengers.
Currently we support these messengers. We will add several ones soon.
- Telegram
- Slack
Add @codex_bot in your chat and type /apps to view the list of available applications.
Our Python SDK and Guide for creation an app will help you.
Everyone can write own application with our SDK. That's what we've got now.
https://github.com/codex-bot/github
Useful integration with github.com. Provides notifications about
- Opened/closed issues
- Assigned issues
- Opened/closed pull requests
- Code reviews
- Branch updates
- Commits
Type /github_start and follow instructions to add a new repository.
https://github.com/codex-bot/metrika
Get regular or instant reports with analytics data from Yandex.
/metrikaβ shows application menu/metrika_addβ add new counter/metrika_subscriptionsβ setting up a regular daily reports/metrika_stopβ disable counter/metrika_countersβ list of added counters/metrika_accessβ remove user from the chat
https://github.com/codex-bot/Webhooks
Easy-to-setup notifications scheme. You will get a special link that allows to send messages via simple POST requests.
/notify_startβ get webhook URL for sending messages to the chat- Send POST request for the given URL with
messagefield
Example:
curl -X POST https://notify.bot.codex.so/u/ABCD1234 -d "message=Hello world"https://github.com/codex-bot/rssparser
Subscribe to your favorite feeds and get notifications with updates.
/rssparserβ help message with a list of commands/rssparser_listβ show a list of your subscriptions/rssparser_add <URL>β subscribe to the feed/rssparser_getβ check your feed for updates/rssparser_remove <URL>β unsubscribe from the feed
https://github.com/codex-bot/weather
Allows you to be informed about weather conditions in your region via Telegram chat.
/city <CITY_ID>β setting up your location/citiesβ view cities list/weatherβ get current weather conditions
- Ask a question or report a bug on the create issue page.
- Know how to improve the platform? Fork it and send a pull request.
We are a small team of passionate web-developers represented by students and graduates of ITMO University located in St. Petersburg, Russia. Fell free to give us a feedback on team@codex.so




