All Projects → flaskbb → Flaskbb

flaskbb / Flaskbb

Licence: other
A classic Forum Software in Python using Flask.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Flaskbb

forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (-98.68%)
Mutual labels:  social, forum
Agorakit
Organization tool for citizen's collectives
Stars: ✭ 309 (-85.4%)
Mutual labels:  forum, social
Voten
The code that powers voten.co
Stars: ✭ 1,215 (-42.61%)
Mutual labels:  forum, social
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-92.39%)
Mutual labels:  flask
Flask Sqlalchemy Tutorial
🐍 ℹ️ Create and manage data in your Flask app via a SQL database.
Stars: ✭ 162 (-92.35%)
Mutual labels:  flask
Docker Flask Celery Redis
Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis
Stars: ✭ 165 (-92.21%)
Mutual labels:  flask
Flask ishuhui
Comic reading website built by flask.
Stars: ✭ 172 (-91.88%)
Mutual labels:  flask
Flask Restless Security
Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.
Stars: ✭ 159 (-92.49%)
Mutual labels:  flask
Proxy pool
Python爬虫代理IP池(proxy pool)
Stars: ✭ 13,964 (+559.61%)
Mutual labels:  flask
Musicrecommendersystem
Django-Based Music Recommendation
Stars: ✭ 165 (-92.21%)
Mutual labels:  forum
Flusk
Boilerplate API on how to structure big Flask applications (includes SQLAlchemy, Docker, nginx)
Stars: ✭ 165 (-92.21%)
Mutual labels:  flask
Yublog
Person blog powered by flask.
Stars: ✭ 164 (-92.25%)
Mutual labels:  flask
Flaskr Tdd
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
Stars: ✭ 2,103 (-0.66%)
Mutual labels:  flask
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (-92.39%)
Mutual labels:  social
Pygreen
A micro web framework/static web site generator.
Stars: ✭ 171 (-91.92%)
Mutual labels:  flask
Flask Blueprint Tutorial
📘 📦 Structure your Flask apps in a scalable and intelligent way using Blueprints.
Stars: ✭ 162 (-92.35%)
Mutual labels:  flask
Flask Diamond
💎 Flask-Diamond is a batteries-included Flask framework.
Stars: ✭ 170 (-91.97%)
Mutual labels:  flask
Flask Msearch
Full text search for flask.
Stars: ✭ 164 (-92.25%)
Mutual labels:  flask
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: ✭ 164 (-92.25%)
Mutual labels:  flask
Vue Admin Flask Example
vue-admin和后端(flask)分离结合的超简单模板Demo
Stars: ✭ 165 (-92.21%)
Mutual labels:  flask

FlaskBB

Build Status codecov requires License #flaskbb:matrix.org #flaskbb@libera.chat

FlaskBB is a Forum Software written in Python using the micro framework Flask.

Currently, following features are implemented:

  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

The official forums which are powered by FlaskBB can be reached via forums.flaskbb.org.

Quickstart

For a complete installation guide please visit the installation documentation here.

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

License

FlaskBB is licensed under the BSD License.

Links

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].