Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.23 KB

README.md

File metadata and controls

63 lines (52 loc) · 1.23 KB

UnsplashBot

Bot Usage

Command Description
/start Start the bot.
/photo | /image | /search < Query > Search photos on Unsplash.
/random | /rand Get random photos from Unsplash.

Run Locally

  • Clone the Repo.
git clone https://github.com/bibee-emio/Unsplash-bot
  • Change the Directory.
cd Unsplash-bot
  • Install the requirements.
pip3 install -r requirements.txt
  • Edit the config.py with your own values.
  • Run the bot.
python3 bot.py

Deploy to Heroku

  • Click on the following button.
Deploy

Special Credits