A Python App to upload Images to a Pixelfed instance
Go to file
2023-08-23 16:22:36 +02:00
.gitignore new add 2023-08-23 16:01:06 +02:00
CHANGELOG.md add new changes 2023-08-23 15:42:54 +02:00
main.py Neuüberarbeitung nun mit Frontend 2023-08-23 15:43:18 +02:00
pixelfed.ico add file 2023-08-23 15:55:53 +02:00
PixelfedAPI.py remove alt from data json 2023-08-23 16:22:36 +02:00
README.md change description 2023-08-23 15:45:41 +02:00

Pixelfed Importer

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

Config

To use this you need a config.json if this cannot be created automatically, here is the structure:

{
  "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.