Plurk-Project / Avatars-Url-Fetcher

Plurk avatars fetcher to get all users' avatar url.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avatars Url Fetcher

Usage

usage: index.js [-h] -i INPUT -o OUTPUT

Example

input.txt

https://plurk.com/user1
https://plurk.com/user2

output.csv

plurk,avatar
https://plurk.com/user1,https://path/to/image1
https://plurk.com/user2,https://path/to/image2

About

Plurk avatars fetcher to get all users' avatar url.


Languages

Language:JavaScript 100.0%