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
message
field
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 [email protected]