(→Links) |
No edit summary |
||
Line 7: | Line 7: | ||
* https://bbj-dev.github.io/bbj/site/ | * https://bbj-dev.github.io/bbj/site/ | ||
== Connect to our BBJ == | |||
# Clone the source code: <code>git clone https://tildegit.org/bbj/bbj</code> | |||
# Install deps: <code>apt install python3-cherrypy3 python3-urwid</code> | |||
# Run the client: <code>python3 clients/urwid/main.py --host bbj.tildeverse.org</code> | |||
Save that as an alias or use this script: | |||
#!/bin/sh | |||
[[Category:Projects]] | [[Category:Projects]] |
Revision as of 18:03, 17 June 2021
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