rodnm / Pixiv_bot

A telegram bot

Home Page:https://t.me/pixiv_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixiv_bot

Link: https://t.me/Pixiv_bot

Document: https://pixiv-bot.pages.dev

(no stable build, only have master branch)

requirement

  • Node.js > 15
  • ffmpeg
  • mp4fpsmod

install (ArchLinux)

sudo pacman -S yarn pm2 ffmpeg unzip
yay -S mongodb-bin mp4fpsmod
git clone https://github.com/my-telegram-bots/Pixiv_bot.git
sudo systemctl enable pm2 mongodb --now
cp config_sample.js config.js
# edit
# vim config.js
# nano config.js
node initial.js # first run
pm2 start --name pixiv_bot app.js
pm2 save
sudo pm2 startup

upgrade

version 2.0.2 edit the illust collection in local database, you need exec the following command.

node update update_db_2021_june

Version 2.0.3 has changed the file storage directory, you need exec the following command.

node update move_ugoira_folder_and_index_2022_march

config

cookie

To subscribe author and popular search.
You can login via your browser and open developer tools to select network tab and get the cookie you logined.

ua

get lastest chrome useragent: https://t.me/chrome_useragent

pximgproxy

i.pximg.net proxy, telegraph and send file maybe use it

token

https://t.me/botfather

master_id

Report error and no management function

access_token

access_token is telegraph token can help you create telegra.ph pages.
see more https://telegra.ph

translate (i18n)

1. clone project
2. copy lang/en.js -> lang/_lang_code_.js
3. create pull request

todolist

  • subscribe (10%)
  • error handle (50%)
  • web version (5%)
  • bookmarks (1%)
  • channel support (link chat to channel) (30%)
  • download author's all illusts (alpha OK)
  • clean the code (with code style and comment)
  • safe exit (wait ugoira_to_mp4 & download_file & tg and safe exit)
  • unit test (ava.... jest...)
  • to Typescript
  • Telegraph edit

License

MIT

Made with ❤️

About

A telegram bot

https://t.me/pixiv_bot

License:MIT License


Languages

Language:JavaScript 99.9%Language:Shell 0.1%