Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gonejack/tumblr-images

Tumblr liked post image dealing.
https://github.com/gonejack/tumblr-images

Last synced: about 2 months ago
JSON representation

Tumblr liked post image dealing.

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.