{"id":16411446,"url":"https://github.com/yetone/feather","last_synced_at":"2025-03-21T03:31:33.214Z","repository":{"id":3969381,"uuid":"5063846","full_name":"yetone/Feather","owner":"yetone","description":"http://feather.im 的源代码。","archived":false,"fork":false,"pushed_at":"2012-11-02T15:18:14.000Z","size":497,"stargazers_count":54,"open_issues_count":2,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-16T21:05:42.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"feather.im","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yetone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-16T06:39:33.000Z","updated_at":"2024-08-16T23:08:07.000Z","dependencies_parsed_at":"2022-09-16T17:40:47.721Z","dependency_job_id":null,"html_url":"https://github.com/yetone/Feather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2FFeather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2FFeather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2FFeather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2FFeather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yetone","download_url":"https://codeload.github.com/yetone/Feather/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102777,"owners_count":20398386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T06:45:31.510Z","updated_at":"2025-03-21T03:31:32.863Z","avatar_url":"https://github.com/yetone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Feather\n=======\n## 简介\nA Community Web App like [V2EX](http://www.v2ex.com).\n\n一个模仿 [V2EX](http://www.v2ex.com) 的 Web 程序，用 [Flask](http://flask.pocoo.org) 这个微框架写成。\n\n\u003chttp://feather.im\u003e 的源代码。\n\n第一个 Web App，很简陋，望各位高手指点。\n\n## 安装插件\n\n- flask-sqlalchemy\n- flask-markdown\n- flask-script\n- flask-cache\n- python-memcached\n\n## 配置\n\n### 数据库信息\n\n修改 feather/config.py 文件：\n\n- _DBUSER = \"\" # 数据库用户名\n- _DBPASS = \"\" # 数据库密码\n- _DBHOST = \"localhost\" # 数据库服务器 默认 localhost\n- _DBNAME = \"feather\" # 数据库名称 默认 feather\n\n### 数据库选择\n\n修改 feather/__init__.py 文件：\n\n- app.config.from_object('feather.config.DevConfig') # SQLite\n- app.config.from_object('feather.config.ProConfig') # MySQL\n\n用 # 注销其一\n\n## 运行\n\n### 初始化数据库\n\n- python run.py createall\n\n### 启动\n\n- python run.py runserver\n\n### 运行\n- 于浏览器中打开：http://127.0.0.1:8888\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetone%2Ffeather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetone%2Ffeather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetone%2Ffeather/lists"}