This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // requires | |
| var utils = require('utils'); | |
| var casper = require('casper').create() | |
| var casper = require('casper').create({ | |
| verbose: true, | |
| logLevel: "debug" | |
| }); | |
| // setup globals | |
| var email = casper.cli.options['email'] || 'REPLACE THIS EMAIL'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from selenium import webdriver | |
| from selenium.common.exceptions import TimeoutException | |
| import selenium.webdriver.support.wait | |
| selenium.webdriver.support.wait.POLL_FREQUENCY = 0.05 | |
| import re | |
| import random | |
| import collections | |
| class AdwordsAutomater(object): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf8 -*- | |
| # | |
| # = Requirements = | |
| # eyed3 [http://eyed3.nicfit.net/] | |
| # BeautifulSoup [http://www.crummy.com/software/BeautifulSoup/] | |
| # | |
| # = 使用方法 = | |
| # 将该脚本放置音乐文件夹下,运行 python getAlbumCover.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf8 -*- | |
| # | |
| # = Requirements = | |
| # eyed3 [http://eyed3.nicfit.net/] | |
| # BeautifulSoup [http://www.crummy.com/software/BeautifulSoup/] | |
| # | |
| # = 使用方法 = | |
| # 将该脚本放置音乐文件夹下,运行 python getAlbumCover.py |
NewerOlder