new version: https://github.com/my-telegram-bots/Pixiv_bot
1.quick send day rank
2.quick search
3.ugoira img support(ugoira to mp4)
4.multi illust_p support
5.send by illust id
pacman -S ffmpeg git make automake autoconf gcc nodejs yarn
git clone https://github.com/xiao201261/mp4fpsmod.git
git clone https://github.com/xiao201261/pixiv_bot.git
#AUR
cd mp4fpsmod
./bootstrap.sh
./configure
make
make install
cd ../pixiv_bot
mkdir file file/mp4_1 file/mp4_2 file/timecode file/ugoira
yarn
rm -fr ../mp4fpsmod
cp -r config_sample.json config.json
#edit config
nano config.json
#import bot.sql to mysql
pm2 start --name pixiv_bot app.js
ffmpeg
https://stackoverflow.com/questions/28086775/can-i-create-a-vfr-video-from-timestamped-images
mp4fpsmod
GPLv3