All Projects → honmaple → Maple Bbs

honmaple / Maple Bbs

Licence: gpl-3.0
a forums system based on flask

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Maple Bbs

Flask Redis
A Flask extension for using Redis
Stars: ✭ 381 (-13.61%)
Mutual labels:  flask
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (-10.43%)
Mutual labels:  flask
Getyii
Yii2 community 请访问
Stars: ✭ 418 (-5.22%)
Mutual labels:  bbs
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (-13.83%)
Mutual labels:  bbs
Data Driven Web Apps With Flask
Course demo code and other hand-out materials for our data-driven web apps in Flask course
Stars: ✭ 388 (-12.02%)
Mutual labels:  flask
Ojbk jiexi
ojbk视频解析源码,支持tumblr/2mm/91porn/微博
Stars: ✭ 400 (-9.3%)
Mutual labels:  flask
Serverless Wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Stars: ✭ 377 (-14.51%)
Mutual labels:  flask
Sis
Simple image search engine
Stars: ✭ 438 (-0.68%)
Mutual labels:  flask
Autotest platform
Python+flask+selenium 搭建UI自动化测试平台
Stars: ✭ 391 (-11.34%)
Mutual labels:  flask
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-6.58%)
Mutual labels:  flask
Nginx Ui
Nginx UI allows you to access and modify the nginx configurations files without cli.
Stars: ✭ 4,067 (+822.22%)
Mutual labels:  flask
React News Board
🌀 A Full-Stack Web App built with React and Flask.
Stars: ✭ 389 (-11.79%)
Mutual labels:  flask
Forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
Stars: ✭ 407 (-7.71%)
Mutual labels:  bbs
Invoice
增值税发票OCR识别,使用flask微服务架构,识别type:增值税电子普通发票,增值税普通发票,增值税专用发票;识别字段为:发票代码、发票号码、开票日期、校验码、税后金额等
Stars: ✭ 381 (-13.61%)
Mutual labels:  flask
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (-4.54%)
Mutual labels:  flask
Cookiecutter Flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Stars: ✭ 3,967 (+799.55%)
Mutual labels:  flask
Pyfladesk
create desktop application by using Flask and QtWebKit
Stars: ✭ 399 (-9.52%)
Mutual labels:  flask
Qqzonemood
QQZone mood spider and analysis. QQ空间多线程爬虫和数据挖掘。提供线上服务,扫码登陆即可自动爬取和分析数据,还有网易云年度报告风格的数据展示;使用docker-compose打包程序,方便部署;额外提供QQ空间抽奖小程序。
Stars: ✭ 439 (-0.45%)
Mutual labels:  flask
Flask Restful Example
flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
Stars: ✭ 429 (-2.72%)
Mutual labels:  flask
Opendata.cern.ch
Source code for the CERN Open Data portal
Stars: ✭ 411 (-6.8%)
Mutual labels:  flask
  • maple-bbs

    [[LICENSE][https://img.shields.io/badge/license-GPL3.0-blue.svg]] [[https://www.python.org][https://img.shields.io/badge/python-3.4-brightgreen.svg]]

    [[README.org][English]] | [[README_zh.org][中文]]

    [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/index.png]] [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/board.png]] [[https://raw.githubusercontent.com/honmaple/maple-bbs/master/screenshooter/ask.png]]

    This is a free,open-source forums system based on the flask

    If you have used maple-bbs before 2017-4-1,please use upgrade script to upgrade data

    important ! : please modify script to configure as your own database. #+BEGIN_SRC sh

    session1:old database

    session2:new database

    python upgrade.py python upgrade_count.py #+END_SRC

** Features

  • Register & login & forget password
  • Board and tags
  • Collect
  • Like replies
  • Follow tags,users,topics
  • Privacy setting
  • Choice markdown to ask
  • Tags rss
  • Avatar
  • Full text search with whoosh

** Installation

#+BEGIN_SRC sh mkvirtualenv forums #+END_SRC

*** Install necessary package #+BEGIN_SRC python pip install -r requirements.txt #+END_SRC

*** Config #+BEGIN_SRC shell mv config.example config.py #+END_SRC remember to modify config file.

*** Init sql #+BEGIN_SRC python python runserver.py db init python runserver.py db migrate -m "first migrate" python runserver.py db upgrade #+END_SRC Or #+BEGIN_SRC sh python runserver.py initdb #+END_SRC

*** create full text index #+BEGIN_SRC sh python runserver.py create_index #+END_SRC *** Create admin account #+BEGIN_SRC shell python runserver.py create_user #+END_SRC

*** Login and visit admin Ok ,visit forums.localhost:8000/admin to add something

** Demo Please visit [[https://forums.honmaple.org][forums.honmaple.org]]

** License maple-bbs is open-sourced software licensed under the GPL3 license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].