p07575 / SimpleDiary

A simple BBS system using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleDiary Server Install Guide

1) Edit server.py

Change the ip address in line 6 to your own lan ip .

host = 'your own lan ip'

You can also change the port on line 7.

2) Run it with python

And it should work.

If it does not, make sure you allowed it to access network.

About

A simple BBS system using Python.

License:MIT License


Languages

Language:Python 99.7%Language:Batchfile 0.3%