Skip to content

raypnman/blogsave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blogsave

A simple python script to save the blogs from Nogizaka46.

Instructions

Only tested inside WSL with Python 3.12.7. This will save all the blogs from the selected member at once!

  1. Install the required packages in the requirements.txt
  2. Update "main_folder" and "arti_code" in blogsave.py
  3. Run the script

Folder Structure

.
└── 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...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages