Skip to content

wingjay/hacker_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published