This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Mastodon_DL_Favorites_Image/README.md

29 lines
581 B
Markdown
Raw Permalink Normal View History

2018-03-08 23:17:54 +01:00
# Mastodon DL Favorites Image
2018-03-08 23:12:34 +01:00
2018-03-08 23:17:54 +01:00
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
2018-03-08 23:20:14 +01:00
Change "account@domain.com" on your account of your choise
2018-03-08 23:17:54 +01:00
## How to run it
```
python dlimage.py
```
:)