Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (43 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.05 KB

emigatron

Create free encrypted room for chating. Do not delete messages, just update a token.

emigatron

Installing

Installing Project

git clone https://github.com/eminmuhammadi/emigatron.git

Installing dependencies

npm install
cd server/client && npm install

Editing configuration files

Rename all *.extension.sample files to *.extension and fill config data

For doing this you need to api keys:

  • Firebase
  • Ngrok
  • Telegram

Start project

Development

npm run dev

Production

npm run prod

Commands

  • /help - list of commands
  • /start - start to use bot
  • /token - update user's token
  • /me - show all data for user
  • /join room-name "token" - join to the room
  • /say room-name "message" - push message to the room
  • /create room-name - create room
  • /update room-name - update token of room
  • /ban room-name "id" - ban user on room
  • /room room-name - show all data for room