Skip to content

Commit 2bf1145

Browse files
authored
Add files via upload
0 parents  commit 2bf1145

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3078
-0
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Gustavo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Imageboard
2+
![Screenshot](screenshot.png)
3+
4+
## Features
5+
- Simple markdown: bold (**), italic (*) and underline (__)
6+
- Green (>) and Pink (<) text
7+
- Quick replies
8+
- Reply previews
9+
- Mod and Admin functions
10+
- Youtube embeds
11+
- Captcha
12+
- Mobile responsive design (through CSS media queries)
13+
- Closing/pinning threads
14+
- Reverse image search
15+
16+
## Guide
17+
1. Clone the repository and access the folder:
18+
19+
`$ git clone https://github.com/gnstaxo/imageboard.git`
20+
21+
`$ cd imageboard`
22+
23+
2. Get the dependencies
24+
25+
`$ pip install -r requirements.txt`
26+
27+
3. Rename or copy the default configuration file, modify it to your liking
28+
29+
`$ cp default.conf imageboard.conf`
30+
31+
4. Run the app
32+
33+
`$ python backend.py`
34+
35+
Admin dashboard is at `/admin` for which you'll first have to go through `/login`.
36+
37+
To use a MySQL database install pymysql, or psycopg2 for Postgresql.

__pycache__/models.cpython-310.pyc

2.99 KB
Binary file not shown.

__pycache__/utils.cpython-310.pyc

3.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)