Socket
Socket
Sign inDemoInstall

istock-balance-scraper

Package Overview
Dependencies
189
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    istock-balance-scraper

`istock-balance-scraper` is a tool written in Node.js which can scrape and display your iStock account balance. The tool has the following features:


Version published
Weekly downloads
1
Maintainers
1
Install size
12.1 MB
Created
Weekly downloads
 

Readme

Source

node-istock-balance-scraper

istock-balance-scraper is a tool written in Node.js which can scrape and display your iStock account balance. The tool has the following features:

  • Displays system notification on startup. E.g. 'Balance: $50'.
  • Displays system notification every 30 minutes, but only if the balance was changed. E.g. 'New balance: $60 (+$10)'.
  • Can run in the background.
  • Can automatically start on boot.

Installation

Installation with automatic start on boot, using PM2 on Windows

Execute the following commands (that means: open Command Prompt, enter the command, and press enter).

  1. Install Node.js 6.x or higher (Windows | Linux | OSx).
  2. npm install -g pm2 pm2-windows-startup istock-balance-scraper
  3. pm2-startup install
  4. istock-balance-scraper config. Fill in your username and password.
  5. istock-balance-scraper pm2

Displaying the notifications in the Windows notification center

By default Windows doesn't display the notifications in the notification center. You can enable this by doing the following steps.

  1. Go to 'notifications & actions settings' (Windows key, type 'notifications', enter)
  2. Click on the 'toast' app at the bottom of the screen.
  3. Enable the 'show in action center' checkbox.

Bare installation

Execute the following commands.

  1. Install Node.js 6.x or higher (Windows | Linux | OSx).
  2. npm install -g istock-balance-scraper
  3. istock-balance-scraper config. Fill in your username and password.
  4. istock-balance-scraper direct

Stopping

Stopping just the app

Execute pm2 stop istock-balance-scraper

Killing pm2

Execute pm2 kill

Uninstalling everything

  1. pm2-startup uninstall
  2. npm uninstall -g pm2 pm2-windows-startup istock-balance-scraper

FAQs

Last updated on 31 Dec 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc