A simple python script to save the blogs from Nogizaka46.
Only tested inside WSL with Python 3.12.7. This will save all the blogs from the selected member at once!
- Install the required packages in the requirements.txt
- Update "main_folder" and "arti_code" in blogsave.py
- Run the script
.
└── Main Folder/
├── Member 1 ID/
│ ├── Blog 1 ID/
│ │ ├── Blog 1 ID.json
│ │ ├── Blog 1 ID.html
│ │ └── images...
│ └── Blog 2 ID/
│ ├── Blog 2 ID.json
│ ├── Blog 2 ID.html
│ └── images...
└── Member 2 ID/
├── Blog 1 ID/
│ ├── Blog 1 ID.json
│ ├── Blog 1 ID.html
│ └── images...
└── Blog 2 ID/
├── Blog 2 ID.json
├── Blog 2 ID.html
└── images...