Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 608 Bytes

PICBOT

A telegram bot used to generate pics from some API's

API's used

Some-random-api

Deploying Locally 🏆

# Firstly clone the repo
$ git clone https://github.com/Naveen-xd2580/PictureBot
# Open git cloned file
$ cd PictureBot
# Install all requirements
$ pip3 install -r requirements.txt
# Create a local.env with the given values
# Start the bot and enjoy
$ python3 -m Picbot

Deploying To Heroku ⚙

Deploy To Heroku