https://github.com/ilmari-h/bettit
Bettit is the better way to archive Reddit threads.
https://github.com/ilmari-h/bettit
archive golang reddit website
Last synced: 5 months ago
JSON representation
Bettit is the better way to archive Reddit threads.
- Host: GitHub
- URL: https://github.com/ilmari-h/bettit
- Owner: ilmari-h
- License: agpl-3.0
- Created: 2022-06-26T19:26:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T15:28:05.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T11:17:07.787Z (about 2 years ago)
- Topics: archive, golang, reddit, website
- Language: Go
- Homepage: https://bettit.net
- Size: 163 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bettit
[](https://goreportcard.com/report/github.com/ilmari-h/bettit) 
Bettit (stands for better archives for Reddit) is an archival website for Reddit.
Reddit hosts countless threads of valuable information.
Unfortunately that information is trapped behind a heavy web bundle, with long load times and an opinion dividing user experience.
Bettit aims to solve this problem by allowing users to archive Reddit threads as plain HTML-files,
increasing the availability of information to people with slow connections or little patience.
## Installation and hosting
The website is minimal by design to make self-hosting easy with little dependencies. It's using the light-weight web framework [Gin](https://github.com/gin-gonic/gin) and sqlite as a database.
The host machine needs the following binaries to build and run the server: go, sqlite and gcc (required by [go-sqlite3](https://github.com/mattn/go-sqlite3) dependency).
`Dockerfile` and `docker-compose.yml` files are provided to deploy using docker-compose.