All Projects → Boorunaut → Boorunaut

Boorunaut / Boorunaut

Licence: MIT License
A taggable imagebord built in Django. Based on Danbooru.

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Boorunaut

scripter
一些脚本和工具
Stars: ✭ 20 (+11.11%)
Mutual labels:  booru, danbooru
decensooru
Decensoring addon for Better Better Booru.
Stars: ✭ 30 (+66.67%)
Mutual labels:  booru, danbooru
Hideri
A fully-featured bot for discord, supporting popular sites like reddit, hitomila, tsumino, nhentai, exhentai, and more
Stars: ✭ 18 (+0%)
Mutual labels:  booru, danbooru
Hybooru
Hydrus-based booru-styled imageboard in React
Stars: ✭ 53 (+194.44%)
Mutual labels:  imageboard, booru
BooruSharp
A C# library to browse Booru websites (Gelbooru, Konachan, E621...) easily
Stars: ✭ 46 (+155.56%)
Mutual labels:  booru, danbooru
Aya
your globally distributed waifu storage
Stars: ✭ 32 (+77.78%)
Mutual labels:  booru
danbooru-ruby-grabber
Danbooru, Konachan, Behoimi (3dbooru) and Yandere images downloader
Stars: ✭ 39 (+116.67%)
Mutual labels:  danbooru
Tinyib
MOVED TO GITLAB - Lightweight PHP image board with MySQL, PostgreSQL, SQLite and flat file database support
Stars: ✭ 191 (+961.11%)
Mutual labels:  imageboard
Infinity Next
Infinity Next is an imageboard suite utilizing the Laravel framework.
Stars: ✭ 153 (+750%)
Mutual labels:  imageboard
maniwani
Imageboard software for the 21st century
Stars: ✭ 66 (+266.67%)
Mutual labels:  imageboard
JavaScripts
A collection of userscripts for interacting with Danbooru.
Stars: ✭ 18 (+0%)
Mutual labels:  danbooru
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (+472.22%)
Mutual labels:  imageboard
saguaro
saguaro imgboard software
Stars: ✭ 13 (-27.78%)
Mutual labels:  imageboard
staticfuzz
Memories which vanish
Stars: ✭ 15 (-16.67%)
Mutual labels:  imageboard
michelle
An anime-centric bot for Discord
Stars: ✭ 12 (-33.33%)
Mutual labels:  booru
GelbooruEnhancement
Image Viewer and Endless Scroll userscripts for Gelbooru and various other boorus
Stars: ✭ 41 (+127.78%)
Mutual labels:  booru
Nntpchan
nntp based decentralized imageboard
Stars: ✭ 179 (+894.44%)
Mutual labels:  imageboard
Booru-mass-uploader
This userscript allows you to mass-upload images to imageboard sites running *booru engines.
Stars: ✭ 28 (+55.56%)
Mutual labels:  booru
gochan
An imageboard written in Go that can run as a standalone server
Stars: ✭ 40 (+122.22%)
Mutual labels:  imageboard
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+116.67%)
Mutual labels:  booru

Boorunaut

Build Status

Welcome page screenshot of Boorunaut

Boorunaut is a taggable imageboard built in Django. Based on Danbooru.

It is able to be used locally to categorize images, or ready to configure and deploy as a website.

Features

  • Posts;
  • Gallery system;
  • Tagging system, with aliases and implications;
  • Control panel, including mass renaming, hash banning, mod queue and more.

Installing

You can run INSTALL.sh on Linux to automatically setup everything on a virtual environment locally. You can also check the documentation above for more detailed instructions on setting up locally or on Heroku.

pip install Boorunaut
boorunaut startproject mysite
cd mysite
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

By default, the database is set to SQLite. For production, it is recommended to change it to another one, like PostgreSQL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].