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
- Host: GitHub
- URL: https://github.com/deedy5/habromir
- Owner: deedy5
- Created: 2020-07-30T09:39:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T20:01:31.000Z (about 4 years ago)
- Last Synced: 2024-04-23T13:52:54.395Z (about 2 years ago)
- Topics: habr, parser, parsing, sqlite3
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/