All Projects → m4rr → Money_bot

m4rr / Money_bot

Licence: mit
Docker-containered bot. Added to a group chat, she replies to any message containing price and currency pattern. Live!

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Money bot

Aiva
AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.
Stars: ✭ 693 (+8562.5%)
Mutual labels:  bot, telegram
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+8987.5%)
Mutual labels:  bot, telegram
Zabbix In Telegram
Zabbix Notifications with graphs in Telegram
Stars: ✭ 710 (+8775%)
Mutual labels:  bot, telegram
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+64625%)
Mutual labels:  bot, telegram
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (+200%)
Mutual labels:  bot, telegram
Telegrambotphp
A very simple PHP Telegram Bot API for sending messages.
Stars: ✭ 524 (+6450%)
Mutual labels:  bot, telegram
Pyrobot
Telegram Userbot powered by Pyrogram
Stars: ✭ 23 (+187.5%)
Mutual labels:  bot, telegram
Telegram Bot
Ruby gem for building Telegram Bot with optional Rails integration
Stars: ✭ 433 (+5312.5%)
Mutual labels:  bot, telegram
Java Telegram Bot Api
Telegram Bot API for Java
Stars: ✭ 819 (+10137.5%)
Mutual labels:  bot, telegram
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (+9625%)
Mutual labels:  bot, telegram
Alertmanager Bot
Bot for Prometheus' Alertmanager
Stars: ✭ 473 (+5812.5%)
Mutual labels:  bot, telegram
Telegram Standup Bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 20 (+150%)
Mutual labels:  bot, telegram
Werewolf
Werewolf for Telegram
Stars: ✭ 458 (+5625%)
Mutual labels:  bot, telegram
Node Telegram Bot Api
Telegram Bot API for NodeJS
Stars: ✭ 5,782 (+72175%)
Mutual labels:  bot, telegram
Tgbot Cpp
C++ library for Telegram bot API
Stars: ✭ 439 (+5387.5%)
Mutual labels:  bot, telegram
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+8912.5%)
Mutual labels:  bot, telegram
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (+4887.5%)
Mutual labels:  bot, telegram
Awesome Bots
Awesome Links about bots.
Stars: ✭ 412 (+5050%)
Mutual labels:  bot, telegram
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+9212.5%)
Mutual labels:  bot, telegram
Mypackbot
🤖 Your own unlimited pack of Telegram-stickers
Stars: ✭ 18 (+125%)
Mutual labels:  bot, telegram

Money Bot for Telegram

Bot is handy in group chats. She looks for the currencies in chat context and converts $, €, ₽, CAD currencies to opposite ones (based on Open Exchange Rates). Opposite ones are set empirically.

For example:

  • someone sent to a chat bought a backpack for $119 free shipping
  • she replies 7691 ₽

Start chat with @USDRUB_bot in Telegram. Ask '$1', '5€' or even '100 RUB'.

Build Docker Image

In the folder:

$ echo "BOT_TOKEN = 'YOUR_TOKEN'" >> money_bot/token.rb       # Telegram Bot Token from @BotFather
$ echo "OXR_APP_ID = 'YOUR_OXR_ID'" >> money_bot/token.rb # App token from Open Exchange Rates

$ docker build -t m4rr/money_bot .                        # Build Docker image

Start Up the Container

$ docker run -d --name money_bot --restart=always m4rr/money_bot           # Run Docker container
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].