A bridge to make Bangumi -> Misskey (and their forks) possible.
Built for those who still like Bangumi after creating fediverse accounts. NeoDB is great, but bgmers are interesting too, right?
- When changing watching/playing status, automatically post on misskey
- Save entry to db to avoid spamming on timelines
- Post Visibility adjustable!
- Hide spoilers with blur
You can see an example bot account at @bangumiss@clanna.dev
First pull this repo:
git pull https://github.com/SamHou0/Bangumiss.git
cd BangumissThen let's make a data dir and get right permission:
mkdir data
cd data
touch bangumiss.db
chmod 660 bangumiss.db
chmod 770 .
cd ..Then edit .env
Note: .env is in an subfolder. So cd Bangumiss again is necessary.
cd Bangumiss
cp .env.example .env
nano .envEdit .env, according to your need. You may generate a key on your misskey instance, and a bangumi key here.
Then run compose and enjoy!
docker compose up -d --build && docker compose logs -f