https://github.com/lyz-code/oxwall-export
Export the data of Oxwall sites
https://github.com/lyz-code/oxwall-export
Last synced: 2 months ago
JSON representation
Export the data of Oxwall sites
- Host: GitHub
- URL: https://github.com/lyz-code/oxwall-export
- Owner: lyz-code
- Created: 2021-06-04T14:30:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T10:51:13.000Z (over 4 years ago)
- Last Synced: 2024-12-29T06:09:59.298Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oxwall export
Python script to export the data from [Oxwall](https://www.oxwall.com/) sites.
The script does the next steps:
* Extracts the data directly from the database.
* Create the directory structure of projects and groups inside each project
* Fills a json file for each topic inside the group directory containing all the
posts data.
## Installation
```bash
git clone https://github.com/lyz-code/oxwall-export
cd oxwall-export
virtualenv env
source env/bin/activate
pip install -r requirements
```
## Usage
```bash
python oxwall_export.py
```