# Mastodon DL Favorites Image This tool permit DL image of your last 40 favs ## How to set up Install Pillow Mastodon.py and requests `pip install Pillow Mastodon.py requests` clone it `git clone https://github.com/Dryusdan/random-unsplash-hour.git` create `secrets/secrets.txt` and paste this : ``` client_id: looooong client_secret: veryyyy loooong access_token: toooo loooooong mastodon_hostname: miaou.drycat.fr ``` create save_media folder is the same path Change "account@domain.com" on your account of your choise ## How to run it ``` python dlimage.py ``` :)