{"id":18256607,"url":"https://github.com/honmaple/maple-bbs","last_synced_at":"2025-11-01T10:07:52.552Z","repository":{"id":8266073,"uuid":"54870365","full_name":"honmaple/maple-bbs","owner":"honmaple","description":"a forums system based on flask","archived":false,"fork":false,"pushed_at":"2024-04-01T12:44:04.000Z","size":6412,"stargazers_count":474,"open_issues_count":13,"forks_count":172,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-28T21:03:18.718Z","etag":null,"topics":["bbs","flask","forums","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-28T06:14:37.000Z","updated_at":"2025-03-28T17:13:54.000Z","dependencies_parsed_at":"2023-01-11T18:46:16.631Z","dependency_job_id":"d6abe7d9-1165-428e-8195-efb7c4dc759f","html_url":"https://github.com/honmaple/maple-bbs","commit_stats":{"total_commits":74,"total_committers":2,"mean_commits":37.0,"dds":"0.027027027027026973","last_synced_commit":"57928c3520d882f94ad60bcd08d0b51f35aa7391"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Fmaple-bbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Fmaple-bbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Fmaple-bbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Fmaple-bbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/maple-bbs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256110,"owners_count":20909240,"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":["bbs","flask","forums","python"],"created_at":"2024-11-05T10:22:48.024Z","updated_at":"2025-10-24T21:14:11.787Z","avatar_url":"https://github.com/honmaple.png","language":"Python","readme":"* maple-bbs\n\n  [[LICENSE][https://img.shields.io/badge/license-GPL3.0-blue.svg]]\n  [[https://www.python.org][https://img.shields.io/badge/python-3.4-brightgreen.svg]]\n\n  [[README.org][English]] | [[README_zh.org][中文]]\n\n  [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/index.png]]\n  [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/board.png]]\n  [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/ask.png]]\n  \n\n  This is a free,open-source forums system based on the flask\n  \n  *If you have used maple-bbs before 2017-4-1,please use upgrade script to upgrade data*\n  \n  *important !* : please modify script to configure as your own database.\n  #+BEGIN_SRC sh\n  # session1:old database\n  # session2:new database\n  python upgrade.py\n  python upgrade_count.py\n  #+END_SRC\n\n** Features\n   + Register \u0026 login \u0026 forget password\n   + Board and tags\n   + Collect\n   + Like replies\n   + Follow tags,users,topics\n   + Privacy setting\n   + Choice markdown to ask\n   + Tags rss\n   + Avatar\n   + Full text search with whoosh\n     \n** Installation\n   \n   #+BEGIN_SRC sh\n    mkvirtualenv forums\n   #+END_SRC\n\n*** Install necessary package\n    #+BEGIN_SRC python\n    pip install -r requirements.txt\n    #+END_SRC\n\n*** Config\n    #+BEGIN_SRC shell\n    mv config.example config.py\n    #+END_SRC\n    *remember to modify config file.*\n\n*** Init sql\n    #+BEGIN_SRC python\n    python runserver.py db init \n    python runserver.py db migrate -m \"first migrate\"\n    python runserver.py db upgrade\n    #+END_SRC\n    Or\n    #+BEGIN_SRC sh\n    python runserver.py initdb\n    #+END_SRC\n\n*** create full text index\n    #+BEGIN_SRC sh\n    python runserver.py create_index\n    #+END_SRC\n*** Create admin account\n    #+BEGIN_SRC shell\n    python runserver.py create_user\n    #+END_SRC\n\n*** Login and visit admin \n    *Ok* ,visit forums.localhost:8000/admin to add something\n\n** Demo\n   Please visit [[https://forums.honmaple.org][forums.honmaple.org]] \n\n** License\n   maple-bbs is open-sourced software licensed under the GPL3 license\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Fmaple-bbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Fmaple-bbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Fmaple-bbs/lists"}