Skip to content

SayaGram/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SayaGram Assistant

A Telegram assistant bot for SayaGram communities.

This repository contains the source code and setup instructions for running your own SayaGram assistant bot. It supports group helper commands, inline search responses, welcome messages, and moderation helpers.

Requirements

Run

  1. git clone https://github.com/SayaGram/assistant, to download the source code.
  2. cd assistant, to enter the directory.
  3. python3 -m venv venv && . venv/bin/activate to create and activate a virtual environment.
  4. pip install -U -r requirements.txt, to install the requirements.
  5. Create a new assistant.ini file, copy-paste the following and replace the values with your own:
    [assistant]
    api_id = 12345
    api_hash = 0123456789abcdef0123456789abcdef
    bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
    chats = -1001234567890 -1009876543210
  6. Run with python -m assistant.
  7. Stop with CTRL+C and deactivate the virtual environment.

License

MIT (c) 2019-present Dan and SayaGram contributors.

About

SayaGram Telegram assistant bot with inline search and moderation helpers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages