• Stars
    star
    214
  • Rank 178,504 (Top 4 %)
  • Language
    JavaScript
  • Created almost 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The source code of Collipa

collipa

简介

The source of http://collipa.com

配置

mv config.back.py config.py

修改 collipa/config.py 文件:

数据库

  • _DBUSER = "username" # 数据库用户名
  • _DBPASS = "password" # 数据库密码
  • _DBHOST = "localhost" # 数据库地址
  • _DBNAME = "collipa" # 数据库名称

邮箱

  • _SMTPUSER = '[email protected]' # 邮箱用户名
  • _SMTPPASS = 'password' # 邮箱密码
  • _SMTPHOST = 'smtp.gmail.com' # 邮箱地址
  • _SMTPPORT = '587' # 邮箱端口

secret

  • cookie_secret = 'cookiesecret' # cookie secret 随机字符
  • password_secret = 'passwordsecret' # password secret 随机字符

安装必要扩展包

安装 MySQL

sudo apt-get install mysql-server

安装 memcached

sudo apt-get install memcached

安装 redis

sudo apt-get install redis-server

安装其他

sudo pip install -r requirements.txt

初始化数据库

python setup.py --init

运行

python app.py

License

Released under the WTFPL license:

http://www.wtfpl.net

More Repositories

1

openai-translator

基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.
TypeScript
15,840
star
2

bob-plugin-openai-translator

基于 ChatGPT API 的文本翻译、文本润色、语法纠错 Bob 插件,让我们一起迎接不需要巴别塔的新时代!
JavaScript
4,678
star
3

bob-plugin-openai-polisher

使用 ChatGPT API 给文本进行润色和语法纠错的 Bob 插件!完美代替 Grammarly!
JavaScript
490
star
4

bob-plugin-rapidapi-deepl-translator

DeepL RapidAPI 的 Bob 插件,可能是中国 macOS 用户可以无痛使用的相对合法的最便宜的 DeepL 翻译方案。
JavaScript
318
star
5

cosmos-nvim

A must-have configuration for Spacemacs users after defecting to Vim
Lua
141
star
6

mirdb

MirDB: A Persistent Key-Value Store with Memcached protocol.
Rust
91
star
7

olo

ORM with intelligent and elegant cache manager.
Python
82
star
8

Feather

http://feather.im 的源代码。
Python
53
star
9

chatgpt-soliloquy

ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
JavaScript
36
star
10

auto-rsync

Auto RSync by watch filesystem events.
Python
25
star
11

bruce

http://blog.yetone.net 的源代码。
Python
22
star
12

decaptcha

Auto CAPTCHA solving for Scrapy
Python
16
star
13

parsec.js

A JavaScript parser combinator library inspired by Parsec of Haskell.
JavaScript
16
star
14

yetone.github.io

Based on Gists
JavaScript
11
star
15

babeljs-python

Python bindings to babeljs
JavaScript
10
star
16

rve

React mixed Vue 3.0 API with type safety
TypeScript
9
star
17

blog

7
star
18

oscar

A simple and powerful frontend MVVM framework.
JavaScript
7
star
19

seiya

A ruby spider like scrapy-python.
Ruby
5
star
20

baidu_tts

A Python lib of Baidu TTS.
Python
5
star
21

script-manager

An elegant command-line interface. Usage like Flask-Script but more powerful and universal.
Python
5
star
22

yetone

5
star
23

orange

http://lisplife.com 的源码。
Python
3
star
24

get-selected-text

A tiny Rust library that allows you to easily obtain selected text across all platforms (macOS, Windows, Linux).
Rust
3
star
25

shani

A simple and powerful frontend template.
JavaScript
3
star
26

snakejs

YMD - Yet another Module Definition
JavaScript
3
star
27

atompunk-badge

Atompunk style status badge for circleci.
Rust
2
star
28

tauri-bug-reproducer

Tauri 😬
TypeScript
2
star
29

sketch-save

JavaScript
1
star
30

yavd

🎮 Yet another virtual dom lib.
JavaScript
1
star
31

figure_bed

JavaScript
1
star
32

lighthouse

A simple and powerful frontend router.
JavaScript
1
star
33

lias-ui

TypeScript
1
star
34

nomicon-cn

nomicon cn
HTML
1
star
35

ove

A powerful Node.js web framework.
LiveScript
1
star
36

helloworld

1
star