Skip to content

A really smart bot that connects with your email, discord, telegram and gitlab

License

Notifications You must be signed in to change notification settings

omarperezr/SmarttyBot

Repository files navigation

SmarttyBot

The smartest multiplatform bot

Go Report Card Build Status Maintainability

SmarttyBot is a multiplatform bot that uses natural language to execute functions using discord, telegram, email and gitlab

  • Set up all your accounts and get all the api tokens
  • Create and train your WitAI model
  • Let SmarttyBot make your life easier

Features

  • Connect any account with any other account to create unique solutions and automations
  • Easily add your own functions with Python or Go
  • Train your own WitAI model and easily connect your WitAI actions with your own methods
  • Monitor your accounts and set up notifications to any other account
  • Create your own telegram markup for menus
  • The only limit is your imagination

Tutorial

Step 1: WitAI Setup

To set up WitAI you have to do 3 things:

  • Login on WitAI with facebook
  • Create your app
  • Train your app, make sure that all intents are the name of the function that is going to be executed

With that you will have set up the natural language module, for more details go to https://wit.ai/docs/quickstart

After that:

with the key being the intent we set up before and the value being the new funtion to be executed

WIT_API_KEY="1234ASDFGHJ"

Step 2: Telegram Setup

You will need to create a bot

  • Go to https://telegram.me/botfather on telegram
  • Send /newbot to create a new Telegram bot,
  • When asked, enter a name for the bot
  • Give the Telegram bot a unique username. Note that the bot name must end with the word "bot" (case-insensitive).
  • Copy and paste the Telegram bot's access token to the .env file.
  • Make sure to change "smartty_bridge_bot" to the name of your telegram bot
    if user.UserName == "smartty_bridge_bot" {
TELEGRAM_API_KEY="123456TELEGRAMMMMMMAPI"

Step 3: Discord Setup

To set up a discord bot follow this steps https://discordpy.readthedocs.io/en/stable/discord.html

Once you are done

  • Go to 'Bot'
  • Select 'Reset token'
  • Copy the token that appears into the .env file
DISCORD_API_KEY="DDDIIISSSCCCOOORRRRDDDAAAAPPPIII"

Step 4: Email setup

Simply add your email credentials and server settings like this

EMAIL_ACCOUNT="gmailaccount@gmail.com"
EMAIL_PASWORD="emailPassword"
SMTP_SERVER="smtp.gmail.com"
SMTP_PORT=587
IMAP_SERVER="imap.gmail.com"
IMAP_PORT=993

Installation & Execution

SmarttyBot requires Go v1.18+ to run.

git clone github.com/omarperezr/SmarttyBot
cd SmarttyBot
go build
./main

Donate

Want to contribute?

Kofi

License

GNU General Public License v3.0

Free Software, Hell Yeah!

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages