Skip to content

Automatically publish photos and locations from Flickr to Misskey

Notifications You must be signed in to change notification settings

PrEvAl85/flickr-to-misskey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

flickr-to-misskey

Automatically publish photos and locations from Flickr to Misskey

The publication will look like this:

Screenshot_1

Check it before you start:

Are the libraries installed

pip install misskey

The code uses Misskey's APIs, which you must change to your own:

MISSKEY_API_BASE_URL = ''

ACCESS_TOKEN = ''

The code uses Flickr's APIs, which you have to insert as well:

FLICKR_PUBLIC = ''

FLICKR_SECRET = ''

The code uses OpenCage Geocoder APIs to translate numeric coordinates into human-readable coordinates. Also insert your own:

OPENCAGE_API_KEY = ''

Launch - python map_misskey.py or python3 map_misskey.py


IMPORTANT!

Before using this code, please read the Flickr API rules. The author of the code is not responsible for how the data received from FLICKR will be used!

Friends, please who can thank me with a cup of coffee, I'd be very happy to!

BSC (BEP20) USDT - 0x0905134db34d8d54abf5b60a55406821ed7b8de0

or here

https://www.donationalerts.com/r/photowithoutstudio - Don't freak out, it's my Photoshop project))) (https://www.youtube.com/@p.w.s)

https://boosty.to/pws/donate

About

Automatically publish photos and locations from Flickr to Misskey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages