Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 905 Bytes

File metadata and controls

48 lines (32 loc) · 905 Bytes

KittenBot

The cutest, fluffiest Slack Bot. Get Cat GIFs, facts and more.

Features

  • Cat GIFs
  • Cat Facts
  • Get weather in the city full of cats (Istanbul)
  • Talk to AI with a cat personality

Quick Start

  1. Make a Slack Bot with the manifest in the repo
# 2. Clone repo
$ git clone https://github.com/Snowflake6413/kittybot
# 3. Install requirements.txt
$ pip install -r requirements.txt
  1. Configure .env.example
# 5. RUN IT!
python app.py

Tech Stack

I used different types of APIs in this project. Here is a list of them!

I must thank CodeDex for learning me on Python.