Flickr_Man is a Python program. He can sort your Flickr timeline chronologically by the date the photos were taken. He can also change exif tags. This can be helpful if you have changed your name or made a typo.
git clone https://github.com/miss-sophie/flickr_man.gitPlease make sure, you have Python 3 installed. Then execute the following commands.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txtPlease make sure, you have ExifTool installed.
Visit Flicker App Garden to obtain your API Credentials.
python flickr_man.py config --set -k <apikey> -s <apisecret>If you know you Flickr NS_ID:
python flickr_man.py config --set -id <your-id>Otherwise, tell Flicker_Man your username, which will be displayed on the landingpage of your profile. Flickr_Man will then fetch your id.
python flickr_man.py config --set -name <your-name>- To sort your timeline:
python flickr_man.py sort- To modify exif values:
python flickr_man.py modifyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Visit Flicker App Garden to obtain your API Credentials.
python flickr_man.py config --set -k <apikey> -s <apisecret>If you know you Flickr NS_ID:
python flickr_man.py config --set -id <your-id>Otherwise, tell Flicker_Man your username, which will be displayed on the landingpage of your profile.
python flickr_man.py config --set -name <your-name>- To sort your timeline:
python flickr_man.py sort- To modify exif values:
python flickr_man.py modify <old_value> <new_value>- If you want to modify or sort your entire timeline, you can use the
--globalflag.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.