hijiangtao / fecthCouponScript

This is a repo for publishing useful scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##LinkedIn USAGE

  • PATH: /LinkedIn
  • There are 2 files in the LinkedIn file, people list fetching script and person detail fetching script, there is also a demo xls file for showing the data format of the result.xls file that would be used in Alumni-Detail-Fetch-LinkedIn.py, which is also the export file of Alumni-Info-Fetch-LinkedIn.py.
  • The current script is designed for BIT Alumni fetching, you can change the school ID in py file and customize for your specific aim.
  • As I know, you should let the fetching account to be the admin account of the school you want to fetch (It may change as time goes by, the policy is useful in Jan, 2015).
  • The script is wrote in Jan, 2015.

##tmall 11.11 Festival script

  • PATH: /tmall

###tmallVoucherCoupon.js USAGE

  • the same as tmallCoupon.js

###tmallCoupon.js USAGE

  • Requirement: Chrome browser or other browser can provide the DevTools
  • Login into the Tmall with your own account, and open the page http://www.tmall.com/wow/act/14931/1111 (登陆你的淘宝账号,并打开如上链接页面);
  • Right-click on any page element and select Inspect Element to open the DevTools (you can also do as the follow: select the Chrome menu at the top-right of your browser window, then select Tools > Developer Tools) (右键页面中任意地方,选择右键菜单中的审查元素调出开发者工具);
  • Find the group named console and paste the codes in tmallCoupon.js (找到console选项,并在命令行中复制粘贴tmallCoupon.js中代码);
  • Press enter and run the code, waiting for the results (回车,运行代码,等待结果).

Origin Contributor: @ianisme


##CONTACT

  • Useful questiones and bugs report are weclomed, you can contact me with email. The address can be found in my GITHUB page, as well as in my blog.

Joe Jiang

2015.11

About

This is a repo for publishing useful scripts


Languages

Language:Python 87.6%Language:JavaScript 12.4%