"Human speaking through a bot" is a proof-of-concept of a two chat bots logically connected with each other. One is a public and receive messages from everyone, second is private and forward messages from all users talking with a public one. Most importantly, private bot can forward messages back to a specific user of public bot. So the user would talk with an administrator through a bot identity.
single
branch has a realisation of single bot being public and private at the same time using login/logout sistem.
cd
to a project foldercp configurations/settings-example.json configurations/settings.json
- obtain a bot token from a @BotFather
- edit
settings.json
and paste there this token meteor run --settings configurations/settings.json