Social reading and reviewing, decentralized with ActivityPub
Find a file
2024-04-25 10:14:07 +02:00
.github Install same version of eslint in CI as in dev-tools 2024-04-10 21:26:34 +02:00
bookwyrm Update bleach to 6.1.0 2024-04-25 10:14:06 +02:00
celerywyrm
contrib
dev-tools dev-tools: relax black version constraint 2024-03-21 16:25:29 +01:00
exports Add exports_volume to docker-compose.yml 2024-03-24 12:08:29 +01:00
images Make sure /images/ and /static/ exist now that the bind mount is read only 2024-03-18 21:35:12 +01:00
locale Updates locales and adds missing trimmed on blocktrans 2024-03-25 16:13:00 -07:00
nginx Make nginx config safer 2024-03-29 15:04:38 +01:00
static Make sure /images/ and /static/ exist now that the bind mount is read only 2024-03-18 21:35:12 +01:00
updates
.coveragerc
.dockerignore Enable Azure BlobStorage as an alternative to AWS S3 2023-03-05 12:08:16 -05:00
.editorconfig
.env.example Allow serving BookWyrm on a non-standard port 2024-04-24 15:30:47 +02:00
.eslintignore
.eslintrc.js
.gitignore Add docker-compose.override.yml to .gitignore 2024-04-15 13:17:00 +02:00
.prettierignore
.prettierrc
.pylintrc
bump-version.sh
bw-dev
CODE_OF_CONDUCT.md
complete_bwdev.fish
complete_bwdev.sh
complete_bwdev.zsh
crowdin.yml
docker-compose.yml Add exports_volume to docker-compose.yml 2024-03-24 12:08:29 +01:00
Dockerfile Upgrade Python Version from 3.9 to 3.11 2024-03-02 15:57:06 -08:00
FEDERATION.md
LICENSE.md
manage.py
mypy.ini
pyproject.toml black: specify required-version 2024-03-20 12:26:21 +01:00
pytest.ini Allow serving BookWyrm on a non-standard port 2024-04-24 15:30:47 +02:00
README.md Remove twitter from README.md 2024-03-26 17:14:09 +00:00
redis.conf
requirements.txt Remove protobuf as a direct dependency 2024-04-25 10:14:07 +02:00
SECURITY.md
VERSION Bump version to 0.7.3. 2024-03-25 16:15:02 -07:00

BookWyrm

Run Python Tests Pylint

BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. Federation allows BookWyrm users to join small, trusted communities that can connect with one another, and with other ActivityPub services like Mastodon and Pleroma.

Mastodon Follow

About BookWyrm

BookWyrm is a platform for social reading. You can use it to track what you're reading, review books, and follow your friends. It isn't primarily meant for cataloguing or as a data-source for books, but it does do both of those things to some degree.

Federation

BookWyrm is built on ActivityPub. With ActivityPub, it inter-operates with different instances of BookWyrm, and other ActivityPub compliant services, like Mastodon. This means you can run an instance for your book club, and still follow your friend who posts on a server devoted to 20th century Russian speculative fiction. It also means that your friend on mastodon can read and comment on a book review that you post on your BookWyrm instance.

Federation makes it possible to have small, self-determining communities, in contrast to the monolithic service you find on GoodReads or Twitter. An instance can be focused on a particular interest, be just for a group of friends, or anything else that brings people together. Each community can choose which other instances they want to federate with, and moderate and run their community autonomously. Check out https://runyourown.social/ to get a sense of the philosophy and logistics behind small, high-trust social networks.

Features

Post about books

Compose reviews, comment on what you're reading, and post quotes from books. You can converse with other BookWyrm users across the network about what they're reading.

Track reading activity

Keep track of what books you've read, and what books you'd like to read in the future.

Federation with ActivityPub

Federation allows you to interact with users on other instances and services, and also shares metadata about books and authors, which collaboratively builds a decentralized database of books.

Privacy and moderation

Users and administrators can control who can see their posts and what other instances to federate with.

Tech Stack

Web backend

Front end

  • Django templates
  • Bulma.io css framework
  • Vanilla JavaScript, in moderation

Deployment

Set up BookWyrm

The documentation website has instruction on how to set up BookWyrm in a developer environment or production.