Popularity
7.2
Declining
Activity
1.4
-
2,522
120
637

Code Quality Rank: L4
Programming language: Python
License: GNU General Public License v3.0 or later
Tags: HTTP     Communication systems     Social Networks and Forums     Internet     WWW     Dynamic Content    
Latest version: v2.1.0

flaskbb alternatives and similar software solutions

Based on the "Social Networks and Forums" category.
Alternatively, view flaskbb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of flaskbb or a related project?

Add another 'Social Networks and Forums' Software solution

README

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 all licence references and agreements mentioned in the flaskbb README section above are relevant to that project's source code only.