Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.22 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.22 KB

Telegram Ultra Bot

Telegram bot based on Social-Picker-API. Includes features like replacing links to social posts in the group chat to media and managing the group and its content and messages.


What can it do?

  • Process links to resources, replacing them with content located at these links – see the repository Social-Picker-API and commands aboutpicker & aboutlist.
  • Hide spoilers command /spoiler – see aboutspoiler.
  • Welcome new users with various text & media messages and rules.
  • Khaleesi-fy the text in Cyrillic characters (changes by the new text of the message that was replied to by the command /khaleesi) – see repo Khaleesi.JS.
  • Respond to a custom command with a random sticker from a pre-selected sticker pack.

NPM commands to get started

  1. Install only necessary dependencies – npm i --omit=dev
  2. Run in production mode – npm run production

Configuration

Folders

  • admin – utils for mailing new updates, managing Bot API sessions (cloud and local log-out); admin/README.md
  • commands – text command templates for the bot, configured at startup
  • util – other various utils

Read more