Skip to content
forked from AyzekReborn/Ayzek

Bot for all social networks! (Vkontakte/Telegram/Discord/E.t.c)

Notifications You must be signed in to change notification settings

KarlyGrCm/Ayzek

 
 

Repository files navigation

Ayzek

Greenkeeper badge

How to run:

Initial:

  • Configure bot in entryPoint.example.js
  • Copy entryPoint.example.js to entryPoint.js

In first terminal:

  • git clone https://github.com/creeplays/framework packages
  • cd packages&&ln -s @meteor-it dist&&cd .. (TODO: Use framework packages from NPM)
  • npm install
  • npm run compile-dev (Ignore all errors in console (It will be fixed soon))

In second terminal:

  • npm run run-dev

Next runs:

In first terminal:

  • npm run compile-dev

In second terminal:

  • npm run run-dev

How to write plugins

Look at plugins/publicPlugins/FunPlugin and write other plugin in similar dir Or read hubot docs, and write plugins for them in hubotPlugins

Features:

  • Compatable with multiple plugin formats
    • Venom bot
    • Hubot plugins
    • Lila
    • Ayzek very own plugin format (The best one, by default)
  • Single process can have multiple ayzek instances
  • Every ayzek instance can handle multiple api connections
  • Powerfull plugin system
  • Fast async state management
  • Hot plugin replacement (You can edit plugins without restarting bot)
  • Compilable to single standalone js file

Supported api's:

Messanger Module Repository
Telegram (as bot) @meteor-it/xbot/api/tg Multirepo
Telegram (as user) @meteor-it/xbot/api/tgmtproto Multirepo
Vkontakte @meteor-it/xbot/api/vk Multirepo
Discord @meteor-it/xbot/api/ds Multirepo

Roadmap:

  • Better docs
  • More apis
  • I18N support with @meteor-it/templato
  • Plugin store
  • Upload native plugin support
    • Waiting for Venom-Bot api stabilization
    • Implement bindings
  • AyzekSDK upload
    • Ayzek-RED private release
    • Attachments in websocket api
  • UtilPlugin
    • Piping command output

About

Bot for all social networks! (Vkontakte/Telegram/Discord/E.t.c)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • TypeScript 5.4%