Skip to content

AmmanVMS/pixelfed-account-image-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelfed Profile Image Downloader

Download all images from a pixelfed profile.

Setup

Install git and virtualenv

sudo apt-get install git virtualenv

Clone the repository.

git clone [email protected]:AmmanVMS/pixelfed-account-image-download.git

Setup the repository Python environment

virtualenv -p python3 ENV
source ENV/bin/activate
pip install -r requirements.txt

Edit the parameters in schedule.sh

Schedule the update:

crontab -e

Add this for updating each minute:

* * * * * /home/pi/pixelfed-account-image-download/schedule.sh

Access Token

image

You will to retrieve an API token and put it into secret.txt from pix.toot.wales/settings/applications or any other server as such.

Usage

python3 download.py /path/to/images/folder https://pixelfed.server username@instance secret.txt

About

Download images from the pixelfed instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published