Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/my-telegram-bots/Pixiv_bot_archived
archived version
https://github.com/my-telegram-bots/Pixiv_bot_archived
pixiv pixiv-bot pixiv-ugoira telegram-bot ugoira
Last synced: 3 months ago
JSON representation
archived version
- Host: GitHub
- URL: https://github.com/my-telegram-bots/Pixiv_bot_archived
- Owner: my-telegram-bots
- License: gpl-3.0
- Archived: true
- Created: 2017-09-23T12:28:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T18:15:35.000Z (almost 4 years ago)
- Last Synced: 2024-05-12T22:54:20.594Z (6 months ago)
- Topics: pixiv, pixiv-bot, pixiv-ugoira, telegram-bot, ugoira
- Language: JavaScript
- Homepage: https://github.com/my-telegram-bots/Pixiv_bot
- Size: 47.9 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# new version: https://github.com/my-telegram-bots/Pixiv_bot
# pixiv bot (archived version)## Demo
### [Pixiv_bot](https://t.me/pixiv_bot)
## description
1.quick send day rank
![quick_send_day_rank.png](https://i.loli.net/2017/10/04/59d49c6406607.png)2.quick search
![quick_search.png](https://i.loli.net/2017/10/04/59d49c6431731.png)
3.ugoira img support(ugoira to mp4)![ugoira_support.png](https://i.loli.net/2017/10/04/59d49c60104d3.png)
4.multi illust_p support
![multi_illust_p_support.png](https://i.loli.net/2017/10/04/59d49c6090dbb.png)
5.send by illust id
![quick_send_by_illust_id.png](https://i.loli.net/2017/10/04/59d49c60a5706.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
## LicenseGPLv3
## Made with ♥