https://github.com/cloud11665/vlott
https://github.com/cloud11665/vlott
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud11665/vlott
- Owner: cloud11665
- Created: 2021-09-12T14:19:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T15:57:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T17:22:40.549Z (about 1 year ago)
- Language: Python
- Homepage: https://api.cld.sh/docs
- Size: 43.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
vlott backend rewrite.
Previous version can be found on branch "legacy".
================================================================================
Setup:
================================================================================
Download source and install dependencies.
$ git clone https://github.com/cloud11665/vlott
$ cd vlott
$ pip install -r requirements.txt
$ VLOTT_USE_V1=0 ./run.py
We won't be using the legacy api proxy, since it's written in a lisp and is a
pain to setup.
Create a file `raw.txt` that contains the plaintext dump of the google groups
data (more info in the script itself).
$ ./tools/ggroup_conv.py raw.txt > versions/v2/overrides/gdata.tsv
optional: Add desired override files to "versions/v2/overrides"
================================================================================
Changelog:
================================================================================
0.1 (aa74e38a065072029cac21938304111422563ad5)
- First "working" release