my-telegram-bots / Pixiv_bot_archived

archived version

Home Page:https://github.com/my-telegram-bots/Pixiv_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixiv bot (archived version)

Demo

description

1.quick send day rank

quick_send_day_rank.png

2.quick search

quick_search.png

3.ugoira img support(ugoira to mp4)

ugoira_support.png

4.multi illust_p support

multi_illust_p_support.png

5.send by illust id

quick_send_by_illust_id.png

Install

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

Run

pm2 start --name pixiv_bot app.js

Thanks

ffmpeg
https://stackoverflow.com/questions/28086775/can-i-create-a-vfr-video-from-timestamped-images
mp4fpsmod

License

GPLv3

Made with ♥

About

archived version

https://github.com/my-telegram-bots/Pixiv_bot

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%