Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

43 lines (38 loc) · 1.57 KB

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

Frequently Asked Questions

  • How to use tripcode ?
    • You have to type your username and put an "#" and an random word all togheter:
    • It will generate an SHA256 hash and display the first 15 digits from it beside your name.
  • How to style my text ?
    • >text will display the >text but green painted.
    • <text will display the <text but red painted.
    • ==text== will display the text but red painted and BOLD.
    • [r]text[/r] will turn the text into a rainbow.
    • [spoiler]text[/spoiler] will hide the text with a black box and show with your mouse hover.
    • (((text))) will display the text but with a white background and blue color.

rein