tailoric / image-search-cog

A discord bot cog using different reverse image search sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-search-cog

A discord bot cog using different reverse image search sites using the discord.py commands extension.

Uses following services:

IQDB uses danbooru API

This means that to use the iqdb command, a valid Danbooru username and API key is needed. those should be put into a json file with the following structure:

{
  "user": "Username",
  "api_key": "ValidAPIKey"
}

Requirements

discord.py discord API wrapper
aiohttp library
bs4 library BeautifulSoup more specifically

About

A discord bot cog using different reverse image search sites

License:MIT License


Languages

Language:Python 100.0%