Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paylocity-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paylocity-cli

This is a simple CLI to track the worked hours in the paylocity system by data scraping

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Paylocity time tracker

Simple paylocity CLI to see worked hours using data scrapping

Using npm

  • Run npm install -g paylocity-cli
  • Once installed paylocity --setup and respond the questions
  • Simply run paylocity on the command line

Other commands

  • paylocity --config-path Shows you the config path, all the values are saved in base64
  • paylocity --config-hour Allows you to change the hour format that is showed in the leave by column of the pace table

How to obtain the Fingerprint

To use the fingerprint, you should indicate first to remember your username in order to prevent paylocity keep asking for security questions.

  • For the fingerprint:
    • Go to Paylocity (https://access.paylocity.com/)
    • Open a javascript console command line.
    • Use the following command to get the FingerPrint: document.getElementById('PaylocityFingerprintData').value
    • Remember TO NOT copy the first and last quotes.
    • Example: the finger print may look like the following: {"uaPlatform":"Mac OS11.15.1","language":"en-US","timezone":"Central Standard Time","depth":24,"resolution":"1440x2537","browser":"Chrome85","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3945.88 Safari/537.36","plugins":"Chrome PDF Plugin, Chrome PDF Viewer, Native Client","fonts":"Arial Black, Arial, Bauhaus 93, ","canvas":"3985551669"}

Contributing

  • Fork the repository.
  • To run the local changes type npm run local
  • Create a Pull request using Develop branch as base.

Keywords

FAQs

Package last updated on 29 Jan 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc