A Python App to upload Images to a Pixelfed instance
Go to file
2023-08-23 15:42:42 +02:00
.gitignore add key.txt to gitignore 2023-08-23 15:42:42 +02:00
CHANGELOG.md Fix Markdown 2023-08-16 00:01:54 +02:00
main.py Init 2023-08-15 23:57:22 +02:00
README.md Fix Markdown 2023-08-16 00:01:54 +02:00

Pixelfed Importer

a Python script to publish all images from a folder to Pixelfed

Config

To use this you need a config.json

{
  "server_url": "URL TO YOUR PIXELFED",
  "access_token": "YOUR ACCESS TOKEN",
  "image_path": "PATH TO YOUR IMAGES"
}

tags

You can add a tags.txt, in which standard tags can be stored, which will always be added at the end of a post.