Xetera / hifumi

πŸ“– An image cataloging service powered by Discord communities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hifumi is a service for tagging, ranking and serving images, powered by your favorite Discord communities. Keep track of your memes, anime waifus and fandom gifs by categorizing them under familiar tags and manage them with a web interface!

Hifumi is in beta right now. You may invite her, but she's not yet stable.

Bot Invite Link

Discord Invite


Commands

TBA

How it works

Tagging

Once Hifumi is in your server, you can use it to start tagging images. Auto-tag channels allow you to automatically upload images from select channels.

Searching and editing

Image search is supported through both the bot and the web UI.

Making your images public

Moderators of your server will have the option to mark your images as public which will allow image moderators to review them. If approved, your images will be publicly viewable but the image tags will be managed by image mods.

Setting up Hifumi

  1. Copy .env.example to .env
  2. Fill out the variables of modules you need
  3. Run docker-compose up [modules separated by spaces]
  • Bot mode: docker-compose up bot hasura postgres
  • Website mode: docker-compose up hasura postgres auth

Modules

The heart of the operation, the Discord bot keeps all image information in sync and allows users to upload new images.

Hifumi's web interface built with Vue

The API that keeps everything working together, go check out hasura, it's amazing.

Authentication hook for hasura that allows validating users for the API.

About

πŸ“– An image cataloging service powered by Discord communities

License:MIT License


Languages

Language:TypeScript 52.3%Language:Vue 29.0%Language:JavaScript 14.4%Language:CSS 2.4%Language:HTML 1.1%Language:Dockerfile 0.7%Language:Shell 0.2%