Skip to content
/ rchan Public

Full imageboard engine, written with python3.11, with realtime posts using socketIO.

License

Notifications You must be signed in to change notification settings

lainsec/rchan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imageboard engine, full written in python.

How to install

1. git clone https://github.com/lainsec/rchan
2. cd rchan
3. python3 -m venv rchanenv
4. source rchanenv/bin/activate
5. pip install -r requirements.txt

How to use

python3 app.py
`The first account will automatically recive OWNER permissions.`

Features

  • Free creation of boards for all users.
  • Realtime posts with websocket.
  • Responsive style for mobile.
  • Tripcode system with SHA256.
  • Board pagination
  • Multi language. 🇯🇵 🇧🇷 🇺🇸 🇪🇸
  • Encrypted passwords with SHA256.
  • Anti-raid with internal captcha and timeout system.

If you get any issue please comment

rein