wingjay / hacker_scripts

My personal hacker scripts (Shell + Python + NodeJS script)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker_scripts of wingjay

Run Shell script

  1. create .sh file
  2. chmod +x your.sh
  3. Edit ~/.zshrc file, add export PATH=$PATH:~/hacker_script; source ~/.zshrc

json parser

brew install jq https://stedolan.github.io/jq/tutorial/

Run Python script

  1. python virtual-env activate (python2/python3)

Run Node js script

  1. install Node.js: brew install node; node -v; brew install npm;
  2. install puppeteer
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm i puppeteer
  1. node your.js

About

My personal hacker scripts (Shell + Python + NodeJS script)


Languages

Language:JavaScript 55.8%Language:Python 27.4%Language:Shell 7.1%Language:TypeScript 6.3%Language:HTML 3.4%