Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonejack/tumblr-images
Tumblr liked post image dealing.
https://github.com/gonejack/tumblr-images
Last synced: 3 months ago
JSON representation
Tumblr liked post image dealing.
- Host: GitHub
- URL: https://github.com/gonejack/tumblr-images
- Owner: gonejack
- Created: 2014-09-05T09:43:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T07:50:27.000Z (almost 9 years ago)
- Last Synced: 2024-05-15T04:32:30.992Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tumblr-images
=============Simple PHP Script run on Google Application Engine for ifttt, handling tumblr liked posts, return post image to Dropbox or Google Drive.
finding for a way to download images urls whose inside txts?
1. get aria2c.exe from http://aria2.sourceforge.net/
2. make a text file named down_images.bat
3. paste codes below inside down_images.bat
```
C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -command "type *.txt | sort-object -unique | out-file all_images.txt -Encoding "UTF8""
mkdir tumblr_images_download
move all_images.txt ./tumblr_images_download/
move aria2c.exe ./tumblr_images_download/
cd tumblr_images_download/
aria2c.exe -i all_images.txt
```
4. put txt files, down_images.bat and aria2c.exe inside a directory.
5. run the down_images.bat.