Skip to content

leVirve-arxiv/ptt-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptt-viewer

An elegant local web-page interface for viewing and editing crawled data from PTT which stored in json.

Requisite:

  • Python 3

  • Install requirements

    pip install -r requirements.txt
    

Usage

  1. Put all json files under data/
.
├── data/
│   ├── some1.json
│   ├── some2.json
│   └── ...
│
├── templates/
│   └── ...
└── app.py
  1. Run the command
python app.py
  1. Open localhost:5000 in your browser

Then, you get a fake PTT ☁️

About

An elegant local web-page interface for viewing and editing crawled data from PTT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published