Skip to content

schr1k/AnonChat

Repository files navigation

This repository is legacy. Visit https://github.com/schr1k/AnonChat_2.0 to see present version.

Anonymous сhat bot (telegram).

The bot was created for anonymous chatting between two random users.


Features:

  • Written with asynchronous python framework aiogram.
  • Has two levels of logging.
  • Payment system (Payok) is connected to the bot.

Setup:

  1. Clone this repository:
git clone https://github.com/schr1k/AnonChat.git .
  1. Install all necessary packages:
pip install -r requirements.txt
  1. Run create_db.py.
  2. Go to config.py and paste token from BotFather in line 4.

If you want to use Payok as paying system:

  • Go to https://payok.io/.
  • Create an account.
  • Change variables in config.py in lines 10 - 13 to given values.

That's it!