A django project to add title and alt-text to images and post them to the Fediverse
Go to file
2024-10-22 00:11:00 +02:00
idescriptor fix: Set image as posted, get last posted image first 2024-10-22 00:11:00 +02:00
imagebot feat: add posting capabilities 2024-10-21 23:25:36 +02:00
.gitignore feat: add posting capabilities 2024-10-21 23:25:36 +02:00
poetry.lock Initial commit 2024-10-21 20:32:47 +02:00
pyproject.toml feat: add posting capabilities 2024-10-21 23:25:36 +02:00
README.md feat: add posting capabilities 2024-10-21 23:25:36 +02:00

RatBot

Create database

ibot migrate

Run server

ibot runserver

Put images in media/consume/

Add ìmagebot.cfg with

[imagebot]
instance_name=ImageBot
host=localhost

[django]
secret=CHANGE-ME
debug=True

[database]
backend=sqlite3
name=imagebot.sqlite3

[locations]
media_root=./media/

[logging]
app_log_level=INFO
django_log_level=INFO

[fediverse]
server = "example.org"
token = "VERYSECRETTOKEN"