All Projects → Webschool-io → Bot-Telegram-BeMEAN

Webschool-io / Bot-Telegram-BeMEAN

Licence: other
💣 Bot para o Telegram do grupo do Be MEAN

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bot-Telegram-BeMEAN

Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+117.11%)
Mutual labels:  telegram-bot, chatbot, chatbots, telegram-bot-api
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+2484.21%)
Mutual labels:  telegram-bot, chatbot, telegram-bot-api
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+193.42%)
Mutual labels:  telegram-bot, chatbot, chatbots
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+3668.42%)
Mutual labels:  telegram-bot, chatbot, chatbots
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+2810.53%)
Mutual labels:  telegram-bot, chatbot, telegram-bot-api
telegram-bot-sdk
🤖 Telegram Bot API PHP SDK. Create Telegram Bots with PHP Easily! [WIP - DO NOT USE IN PRODUCTION YET]
Stars: ✭ 64 (-15.79%)
Mutual labels:  chatbots, telegram-bot-api, chatbot-telegram
Truecaller-Smsbomber telegram bot
Telegram bot which has truecaller and smsbomber features
Stars: ✭ 30 (-60.53%)
Mutual labels:  telegram-bot, telegram-bot-api
fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (-22.37%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-80.26%)
Mutual labels:  telegram-bot, telegram-bot-api
TelegramBot
A genuine Perl 6 client for Telegram Bot API
Stars: ✭ 24 (-68.42%)
Mutual labels:  telegram-bot, telegram-bot-api
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+209.21%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (-1.32%)
Mutual labels:  telegram-bot, telegram-bot-api
virtual-assistant
Virtual Assistant
Stars: ✭ 67 (-11.84%)
Mutual labels:  chatbot, chatbots
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (-6.58%)
Mutual labels:  telegram-bot, telegram-bot-api
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+1040.79%)
Mutual labels:  telegram-bot, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-65.79%)
Mutual labels:  telegram-bot, telegram-bot-api
tmdb bot
IMDB Telegram bot clone using TMDB to get info about movies and TV shows.
Stars: ✭ 22 (-71.05%)
Mutual labels:  telegram-bot, telegram-bot-api
bot
茶馆群内QQ机器人(小可)
Stars: ✭ 61 (-19.74%)
Mutual labels:  telegram-bot, chatbot
rivescript-java
A RiveScript interpreter for Java. RiveScript is a scripting language for chatterbots.
Stars: ✭ 60 (-21.05%)
Mutual labels:  chatbot, chatbots
telegram-stepfunctions-bot
Serverless Telegram bot made on 4 AWS Lambda chained by AWS Step Functions. All of this written on Serverless Framework using plugins.
Stars: ✭ 26 (-65.79%)
Mutual labels:  telegram-bot, telegram-bot-api

Bot-Telegram-BeMEAN

Bot, para o Telegram, criado pelo Be MEAN.

User: @bemean_oficialbot

A ideia é que ele possa lhe ajudar a achar a informação mais fácil, principalmente em se tratando de tecnologia, além disso executa código em JavaScript!!!

Comandos

  • (Quem|O que|O q|oq|Cadê|Cade) (é|eh|eah|e|significa) {BUSCA}?
    • Busca na Wikipedia e no DuckDuckGo e envia o texto
    • Exemplo: O que é JavaScript?
    • Exemplo: o que é React.js?
  • Onde (fica|está|é|eh) {BUSCA}?
    • Busca no Maps e envia a localização
    • Exemplo: Onde fica Curitiba?
    • Exemplo: onde fica PUC Consolação São Paulo?
  • Cálculos
    • Cálculos simples e usando funções do objeto Math do JS
    • Exemplo: 2 + 3 - 4 * 5 / 1
    • Exemplo: 2 + Math.pow(2,3) + Math.sqrt(9) + Math.max(1,2,3,4,5,6)
  • Data
    • Executa funções do objeto Date do JS
    • Exemplo: Date.now()
    • Exemplo: var dt = new Date; dt.getFullYear();
  • JS {COMANDO}
    • Busca o comando no site da MDN e retorna a URL
    • Exemplo: js map
    • Exemplo: js date
  • GME {String}
  • {ARRAY}.map({CALLBACK})
    • Executa o comando map
    • Exemplo: [1,2,3,4].map( num => num*2 )
    • Exemplo: [1,2,3,4].map( num => num*Math.sqrt(9) )
  • {ARRAY}.filter({CALLBACK})
    • Executa o comando filter
    • Exemplo: [1,2,3,4].filter( num => num%2 )
    • Exemplo: [1,2,3,4].filter( num => !(num%2) )
  • {ARRAY}.reduce({CALLBACK})
    • Executa o comando reduce
    • Exemplo: [1,2,3,4].reduce( (antes, atual) => antes+atual )
    • Exemplo: [1,2,3,4].reduce( (antes, atual) => antes*atual )
  • regex {REGEX}.test({STRING})
    • Executa o comando test
    • Exemplo: regex /bazing/.test('bazinga')
    • Exemplo: regex /[0-9]/.test('82882') }

Funcionalidades

  • Quem é ...? // Busca na WIkipedia
  • Onde é ...? // Busca no Maps e envia a localização
  • O que é ...? // Busca no Google
  • #twitter hashtag // busca a hashtag no Twitter
  • #insta hashtag // busca a hashtag no Instagram
  • [Code]... ? // Busca no Stackoverflow
  • [Github]... ? // Busca no Github

To Do

  • [Be MEAN] ...? // Adiciona a pergunta na FAQ para q eu, Suissa, responda
  • [Be MEAN FAQ] // Lista as perguntas e respostas da FAQ
  • [Error] // Busca no Stackoverflow
  • [JS]{COMANDO} // Busca em mdn.io/{COMANDO}
  • Integração com a API Luis.ai com tradução automática

Autores

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].