An elegant local web-page interface for viewing and editing crawled data from PTT which stored in json
.
-
Python 3
-
Install requirements
pip install -r requirements.txt
- Put all
json
files underdata/
.
├── data/
│ ├── some1.json
│ ├── some2.json
│ └── ...
│
├── templates/
│ └── ...
└── app.py
- Run the command
python app.py
- Open
localhost:5000
in your browser
Then, you get a fake PTT ☁️