https://github.com/devalone/pikagraphs
This repository is obsolete, new ones are here: https://github.com/DevAlone/pikagraphs_frontend and https://github.com/DevAlone/parse_pikabu. Project collecting statisctics from pikabu.ru It processes huge database with > 2000000 users. Angular for frontend, python for backend.
https://github.com/devalone/pikagraphs
aiohttp django pikabu python python3
Last synced: over 1 year ago
JSON representation
This repository is obsolete, new ones are here: https://github.com/DevAlone/pikagraphs_frontend and https://github.com/DevAlone/parse_pikabu. Project collecting statisctics from pikabu.ru It processes huge database with > 2000000 users. Angular for frontend, python for backend.
- Host: GitHub
- URL: https://github.com/devalone/pikagraphs
- Owner: DevAlone
- License: gpl-3.0
- Created: 2017-08-18T21:56:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T18:47:22.000Z (over 7 years ago)
- Last Synced: 2025-03-25T15:49:16.762Z (over 1 year ago)
- Topics: aiohttp, django, pikabu, python, python3
- Language: JavaScript
- Homepage: https://pikastat.d3d.info
- Size: 29.8 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pikagraphs
Pikagraphs is a project collecting statistics of site pikabu.ru
Built with angular for frontend and [restycorn](https://github.com/DevAlone/restycorn) as a server it effectively collects statisticts of more than 2000000 users.
See how it works here https://pikagraphs.d3d.info/
# Build
```bash
ng build --prod --aot
```
in frontend directory