celestix / livegrambot

This is free source livegram bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livegrambot

This is free source livegram bot.

Code can be installed and used for good purposes.

By using our code, you agree to have copyright icon on your bot.

INSTRUCTIONS:

BEFORE STEPS:

INSTALL PYTELEGRAMBOTAPI - pip3 install pytelegrambotapi

then:

1 step: OPEN config.py 2 step: It looks like:

edit this by what you want:

blocked = "bot was blocked by the user"

start = "Hello! This is your start message!"

ban = "you were banned by the admin!"

unban = "you were unbanned by the admin."

text_message = "Message that would be send if somebody writes any text"

main_id = yourtelegramid #id without quotes you also can write here group id

step 3:

Run this script, currently it was tested on Windows 10.

Thank you.

About

This is free source livegram bot.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%