redd-archiver
Active·★ 334·Unlicense·Updated 2026-04-13
★ Data Processing★ API Integration
A PostgreSQL-backed archive generator that creates browsable HTML archives from link aggregator platforms including Reddit, Voat, and Ruqqus.
Redd-Archiver transforms compressed data dumps from platforms like Reddit, Voat, and Ruqqus into browsable HTML archives. It offers flexible deployment options including offline browsing and powerful full-text search via Docker with PostgreSQL, all while featuring a mobile-first design and AI integration.
#Web Archiving#Data Preservation#PostgreSQL#Full-Text Search#Docker#REST API#AI Integration#Static Site Generator
01
Features
01Multi-Platform Archiving for Reddit, Voat, and Ruqqus.
02AI Integration via MCP Server with 29 OpenAPI-generated tools.
03Advanced PostgreSQL Full-Text Search for large datasets, with Tor optimization.
04Mobile-First and JavaScript-Free browsable HTML archives.
05Flexible Deployment: Tor Hidden Service, Production HTTPS, Static Hosting, Local.
02
Compatibility
Python
Runtime
Verified via docs
PostgreSQL
Database
Verified via docs
Docker
Deployment
Verified via docs
Reddit
Data Source
Verified via docs
Voat
Data Source
Verified via docs
Ruqqus
Data Source
Verified via docs
03
Quick start
1
$ git clone https://github.com/19-84/redd-archiver.git
2
$ cd redd-archiver
3
$ mkdir -p data output/.postgres-data logs tor-public
4
$ cp .env.example .env
5
$ docker compose up -d
04
Use cases
↳Conducting academic research on online discourse, social movements, and internet culture.
↳Community archiving to back up subreddits and create offline, distributable knowledge repositories.
↳Investigative analysis of deleted content, user behavior, and content moderation patterns.
05
Alternatives
python-utcp★ 644
Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.
FinnewsHunter★ 1.4k
FinnewsHunter: Multi-agent financial intelligence platform powered by AgenticX. Real-time news analysis, sentiment fusion, and alpha factor mining.
mcp-context-forge★ 3.8k
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).
cursor-talk-to-figma-mcp★ 6.8k
TalkToFigma: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Related searches
Comments
Log in to leave a comment
- AAlex GarciaMay 26, 2026
Good for research workflows that need persistent Reddit data.
- PPeyton RiveraMay 22, 2026
PostgreSQL-backed Reddit archiving with browsable HTML output is well designed.
- CCorey RiveraMay 19, 2026
Structured storage means you can query the archive, not just browse it.
- MMorgan WhiteApr 14, 2026
HTML output is clean and readable without a special viewer.