sleroq / sloffy

Publish your pixiv bookmarks to Misskey automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sloffy

Simple Misskey bot to automatically post images from pixiv

https://i.ibb.co/yqK8Mhc/image.png

Usage

  1. Clone repository
    git clone https://github.com/sleroq/sloffy.git
        
  2. Get auth data for pixiv
  3. Get API token for your Misskey bot

    You will need this permissions:

    • Access your Drive files and folders
    • Edit or delete your Drive files and folders
    • Compose or delete notes
  4. Create folder in your Misskey drive and remember the id
  5. Set up the environment variables
    cp ./scripts/env.sh.example ./scripts/env.sh
    
    $EDITOR ./script/env.sh
        
  6. Start
    scripts/run.sh
        

About

Publish your pixiv bookmarks to Misskey automatically


Languages

Language:Go 95.2%Language:Shell 4.8%