Search for novels on Pixiv and notify Discord of new novels.
Search for novels on Pixiv and notify Discord of new novels.
requests
, pixivpy3
git clone https://github.com/book000/pixiv-novel-checker.git
requirements.txt
: pip3 install -U -r requirements.txt
config.sample.json
and rename to config.json
.username
: Pixiv usernamepassword
: Pixiv passworddiscord_token
: Discord Bot tokendiscord_channel
: Discord Send to channel IDsearchwords.sample.json
and rename to searchwords.json
.words
: List of words to search on Pixiv (tag search)textwords
: List of words to search on Pixiv (text search)mutetags
: List of tags to exclude if they are included in the search results
cd /path/to/
python3 main.py
The config.json
file in the current directory will be read, so change to the root directory of the project in advance before executing.
The developer is not responsible for any problems caused by the user using this project.
The license for this project is MIT License.