Search for novels on Pixiv and notify Discord of new novels.
- Valid Pixiv account
- Python 3.6
- requirements.txt:
requests
,pixivpy3
- Clone from GitHub repository:
git clone https://github.com/book000/pixiv-novel-checker.git
- Install the dependency package from
requirements.txt
:pip3 install -U -r requirements.txt
- Rewrite
config.sample.json
and rename toconfig.json
.username
: Pixiv usernamepassword
: Pixiv passworddiscord_token
: Discord Bot tokendiscord_channel
: Discord Send to channel ID
- Rewrite
searchwords.sample.json
and rename tosearchwords.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.