BBJ is a trivial collection of python scripts and database queries that miraculously shit out a fully functional, text-driven community bulletin board. Requires Python 3.4 and up for the server and the official TUI client (clients/urwid/).
Links
Connect to our BBJ
- Clone the source code:
git clone https://tildegit.org/bbj/bbj
- Install deps:
apt install python3-cherrypy3 python3-urwid
- Run the client:
python3 clients/urwid/main.py --host bbj.tildeverse.org
Save that as an alias or use this script:
#!/bin/sh