ssiyad / secretlounge-ng

a bot to make an anonymous group chat on telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secretlounge-ng

Rewrite of secretlounge, a bot to make an anonymous group chat on Telegram.

Setup

$ pip3 install -r requirements.txt
$ cp config.yaml.example config.yaml
Edit config.yaml with your favorite text editor.
$ ./secretlounge-ng

@BotFather Setup

Message @BotFather to configure your bot as follows:

  • /setprivacy: enabled
  • /setjoingroups: disabled
  • /setcommands: paste the command list below

Command list

start - Join the chat (start receiving messages)
stop - Leave the chat (stop receiving messages)
users - Find out how many users are in the chat
info - Get info about your account
sign - Sign a message with your username
s - Alias of sign
tsign - Sign a message with your tripcode
t - Alias of tsign
motd - Show the welcome message
version - Get version & source code of this bot
modhelp - Show commands available to moderators
adminhelp - Show commands available to admins
toggledebug - Toggle debug mode (sends back all messages to you)
togglekarma - Toggle karma notifications
tripcode - Show or set a tripcode for your messages

About

a bot to make an anonymous group chat on telegram


Languages

Language:Python 100.0%