This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this command will rsync your files via MTP from android to your linux system | |
# took me a while to find a working combination, so here's the documentation | |
# 1. plug in phone via USB | |
# 2. select image or file transfer (image will sync only images, files everything) | |
# 3. open android in your file system (to make sure it's mounted) | |
# 4. run the following command | |
rsync -h --progress --stats -r -tgo -p -l -D --delete "/run/user/1000/gvfs/{insert path here}/" ./{your path without trailing slash} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
To use this: | |
pip install requests | |
pip install --pre mlscraper | |
To automatically build any scraper, check out https://github.com/lorey/mlscraper | |
""" | |
import logging |
OlderNewer