Skip to content

erikreppel/instagram_catdetector_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram cat verifier

A bot that checks the cat tag and verifies that the pictures posted are of cats!

Powered by catdetector

Usage

  1. Clone repo

  2. Register an Instagram Client

  3. Create a file called credentials.json containing your client info, with this format:

    {
        "client_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
        "client_secret": "xxxxxxxxxxxxxxxxxxxx",
        "redirect_uri": "http://website.com"
    }
    
  4. Run python verify_cats.py from the command line!

About

A bot that verifies is the images posted in #cat are actually cats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages