KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
parse_pikabu
★ 13
Open GitHub ↗
My second Go program
Download README (.md)
Explore Similar Repositories
vs-code-twitch-chat
:
Visual studio code extension to display twitch chat in webview
EPOke
:
Enhanced Pokémon battle state tracking and prediction engine
N-Gram-Language-Model
:
Language modeling based on ngrams models and smoothing techniques
lifxlan
:
LIFX LAN Protocol implemented in Go
talkingmoose
:
The Talking Moose source code.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
parse_pikabu
?
Download (.md)
# parse_pikabu Backend part of pikagraphs project. See how it works here -> https://pikastat.d3d.info # Install 1 Install postgres 2 Create db and user ```sql postgres> CREATE USER username WITH ENCRYPTED PASSWORD 'password'; postgres> CREATE DATABASE database_name; postgres> GRANT ALL ON DATABASE database_name TO username; username> CREATE EXTENSION pg_trgm; ``` 3 Install redis # Mirrors - https://github.com/DevAlone/parse_pikabu - https://gitlab.com/DevAlone/parse_pikabu - https://bitbucket.org/d3dev/parse_pikabu