MCPcopy Index your code
hub / github.com/Demindiro/agreper

github.com/Demindiro/agreper @v0.1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.1 ↗ · + Follow
126 symbols 280 edges 6 files 5 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Agreper - minimal, no-JS forum software

Hello world!

Agreper is a forum board with a focus on being easy to set up and manage.

Install & running

Linux

Ensure you have the necessary packages, e.g. for Debian:

apt install git make sqlite3 python3-venv python3-pip

First clone or download the latest release.

Then setup with:

./init_sqlite.sh forum.db

Lastly, run with:

./run_sqlite.sh forum.db forum.pid

You will need a proxy such as nginx to access the forum on the public internet.

Screenshots

Index Forum Admin panel

Core symbols most depended-on inside this repo

_db
called by 30
db/sqlite.py
get_user
called by 14
main.py
trim_text
called by 10
main.py
_admin_check
called by 9
main.py
change_one
called by 6
db/sqlite.py
f
called by 4
main.py
restart
called by 3
main.py
_hash_answer
called by 2
captcha.py

Shape

Function 49
Method 43
Route 29
Class 5

Languages

Python100%

Modules by API surface

main.py79 symbols
db/sqlite.py39 symbols
captcha.py3 symbols
tool.py2 symbols
password.py2 symbols
minimd.py1 symbols

For agents

$ claude mcp add agreper \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page