A Python App to upload Images to a Pixelfed instance
.gitignore | ||
CHANGELOG.md | ||
main.py | ||
pixelfed.ico | ||
PixelfedAPI.py | ||
README.md |
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.