Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cldellow/stackexchange-to-sqlite

Export a Stack Exchange dump to a SQLite3 database.
https://github.com/cldellow/stackexchange-to-sqlite

sqlite stackexchange stackexchange-dump

Last synced: 29 days ago
JSON representation

Export a Stack Exchange dump to a SQLite3 database.

Awesome Lists containing this project

README

        

# stackexchange-to-sqlite

Export a Stack Exchange dump to a SQLite3 database.

# Usage

1. Pick a dump from https://tejp.de/files/so/dbdump/
- One dump is included in the repo as cooking.stackexchange.2011-09-01.tar.zst
2. Unpack it into `input/`
3. `python3 convert.py`

Your database will be in `stack.db`