Skip to content

A Simple Telegram Bot to Repeat a Same Message, Alternatively a Bot to tell How to Donate :)

License

Notifications You must be signed in to change notification settings

jayantkageri/DonateBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate Bot

A Telegram Bot to tell How to Donate you

Help

Deploy to Heroku :

Deploy To Heroku

Local Deploy :

Configuration

  • Edit the Var.py with your Own Values
  • API_ID and API_HASH - Get API_ID and API_HASH from https://my.telegram.org
  • TOKEN - Bot Token given by the @BotFather
  • OWNER_ID - Your Telegram ID, Get it from @MissRose_bot by sending /start and /info
  • DONATE_TEXT - Your Donate Text or Message to be repeated, Basic Telegram Markdowns apply. For Markdown Help click here

Running

  • Install the Requirements by pip3 install -r requirments.txt
  • Run the Bot by python3 -m bot

Markdown

- To make your Text Bold use **Your Text Here**
- To make your Text Italic use __Your Text Here__
- To make your Text Mono use `Your Text Here`
- To make your Text Strikethrough use ~~Your Text Here~~ 

License, Copyright, Credits

    Donate Bot, A Simple Telegram Bot to tell How to Donate you
    Copyright (C) 2021 Jayant Kageri

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.