printminion / palper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palper - partner helper

parse <YOUR_PARTNER_SITE_HERE> profiles

configuration

  • copy config.default.json to config.<YOUR_PARTNER_ID_HERE>.json
  • set config.default.json to config.<YOUR_PARTNER_ID_HERE>.json
  • set config.default.json to config.<YOUR_PARTNER_ID_HERE>.json
  • logon in <YOUR_PARTNER_SITE_HERE> - copy your cookie
  • paste cookie value under session.cookie
  • run script

run script

node palper.js <params>
  • Params:
    • getnew - get new suggest profiles and share your images with them
    • resync useCache:true - resync profile data based on cached profile Ids
    • parse - parse profile data with

get ages and sort it by count

grep Jahre  *.json | awk {'print $3'} | sort | uniq -c

About

License:MIT License


Languages

Language:JavaScript 100.0%