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

https://github.com/deedy5/habromir

habr mirror
https://github.com/deedy5/habromir

habr parser parsing sqlite3

Last synced: 4 months ago
JSON representation

habr mirror

Awesome Lists containing this project

README

          

# habromir
habr mirror

База sqlite3 без комментариев по состоянию на 12.04.2022 (4.1Gb): [download SQLite database (7zip 674Mb)](https://ufile.io/ukou8nl2).

# deploy

1. Clone this repository
```
git clone https://github.com/deedy5/habromir.git
cd habromir
```
2. Install dependencies
```
pip install -r requirements.txt
```
3. Run
* Locally:
- Run Flask’s built-in server
```
python3 habromir.py
```
- Test Python run in browser:
http://localhost:8080/

or
* Some of the options available for properly running Flask:
https://flask.palletsprojects.com/en/2.1.x/deploying/