Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 656 Bytes

pixivgazer_bot

Automatically sync the updates of the pixiv artists you follow to telegram bot.

config.yaml

tg_bot_token: your:tg-bot-token
tg_chat_id: 
    - 12345678
    - 23456789
    - ...
pixiv_refresh_token: your-pixiv-refresh-token
filtered_tags:
    - foo
    - bar
admin_id: 11223344 # where to send filter info

To get pixiv_refresh_token, see @ZipFile Pixiv OAuth Flow or OAuth with Selenium/ChromeDriver.

Big thanks for the item4's ugoira project.