Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cldellow/stackexchange-to-sqlite
- Owner: cldellow
- License: apache-2.0
- Created: 2023-01-28T15:50:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T03:23:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T09:05:55.017Z (about 1 month ago)
- Topics: sqlite, stackexchange, stackexchange-dump
- Language: Python
- Homepage:
- Size: 5.25 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`