Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 739 Bytes

RikaChatBot

Just another Telegram AI chat bot written in Python using Pyrogram.

A public running instance can be found on telegram as @RikaChatBot.

Requirements

Installation

  1. git clone https://github.com/Friends-Zone/rikachatbot
  2. cd rikachatbot
  3. pip3 install -r requirements.txt to install the requirements.
  4. Edit config.py with your own values.!
  5. Run with python3.9 rika.py

FOR HERUKO:

Deploy