Skip to content

Square It bot is a telegram bot which squares an image sent to it.

License

Notifications You must be signed in to change notification settings

sethiojas/Square_It_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Square It Bot

SquareIt Bot

Table of Contents

About

It is a telegram bot that squares any images the user sends to it. Bot provides an option of 2 colours which are Black and White, to be used as the background.

USE THE BOT

Installation

  1. Fork the repository

  2. Download the contents via github or clone the repo.

    • For cloning
    • Copy the link in Clone or Download option
    • Open terminal and change into prefered directory
    • git clone <url>
  3. Install required packages pip insrall -r requirements.txt

  4. Open bot.py file

  5. On line 8 replace: updater = Updater(token='TOKEN', use_context=True) with updater = Updater(token='<VALID TOKEN HERE>', use_context=True)

  6. You are good to go now!

ScreenShots

Bot Info Main Screen Start Sent image and Options Square Image

Modules Used

  • Python-telegram-bot
  • Pillow
  • os

About

Square It bot is a telegram bot which squares an image sent to it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages