Skip to content
/ bitboard Public
forked from michrob/bitboard

A decentralized anonymous image board built on top of Bitmessage.

License

Notifications You must be signed in to change notification settings

VP8M8/bitboard

 
 

Repository files navigation

bitboard

Bitboard is a decentralized anonymous imageboard. It is built on top of Bitmessage's decentralized mailing lists.

To get started, you must download and setup Bitmessage then enable API access. Bitmessage must be running in order for Bitboard to work.

Once you have Bitmessage setup and running, you may download and run bitboard with the following commands.

git clone https://github.com/michrob/bitboard
cd bitboard/
python2 -m pip install -r requirements.txt
python2 bitboard.py

bitboard runs on port 8080 by default, so you should see it running when you visit http://localhost:8080 in your browser. For security purposes, you should probably disable javascript.

bitboard screenshot

About

A decentralized anonymous image board built on top of Bitmessage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.8%
  • HTML 29.0%
  • CSS 21.2%