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.webdriver.common.by import By | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support import expected_conditions as EC | |
username = 'email' | |
password = 'password' | |
browser = webdriver.Chrome() | |
browser.get(("https://www.udemy.com/join/login-popup/?displayType=ajax&display_type=popup&showSkipButton=1&returnUrlAfterLogin=https%3A%2F%2Fwww.udemy.com%2F&next=https%3A%2F%2Fwww.udemy.com%2F&locale=en_US")) | |
login = browser.find_element_by_id('id_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
VERSION BUILD=11.5.499.3066 | |
TAB T=1 | |
TAB CLOSEALLOTHERS | |
SET !PLAYBACKDELAY 0.2 | |
URL GOTO=http://m.way2sms.com | |
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginForm ATTR=ONKEYPRESS:if<SP>(event.keyCode<SP>==<SP>13)<LF><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP>validate('usr');&&MAXLENGTH:10&&PLACEHOLDER:10<SP>Digit<SP>Valid<SP>Mobile<SP>Number&&NAME:username&&AUTOCOMPLETE:off CONTENT=7016396408 | |
SET !ENCRYPTION NO | |
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:loginForm ATTR=ONKEYPRESS:if<SP>(event.keyCode<SP>==<SP>13)<LF><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP><SP>validate('pwd');&&TYPE:password&&PLACEHOLDER:******&&NAME:password&&AUTOCOMPLETE:off CONTENT=root | |
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:loginForm ATTR=ONCLICK:return<SP>validate('btn')&&ID:loginBTN&&CLASS:button<SP>br2up&&TYPE:button&&VALUE:Login | |
TAG POS=1 TYPE=A ATTR=T |
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
import cloudconvert | |
print('############################################') | |
print('#Hello This Is A CLOUDCONVERT DEMO SCRIPT#') | |
print('############################################') | |
print('Hey Enter The Website U Want TO Convert To PDF :)') | |
url=input() | |
print('Sending Ur Details To Our WebServer') | |
api = cloudconvert.Api('ur3u0ciBIKCKtRfHdkgPzHagqt1FeFMRiIBwDOLdkoUr6HR_7KTGG09GJaM1zp-V91ZDvxtpBb9A_aoLKagLBw') |
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
{ | |
"audiobookbay": { | |
"name": "AudioBookBay", | |
"type": "screen-scraper", | |
"list": { | |
"url": "http://audiobookbay.to/page/{page}?s={query}", | |
"items": "#content > div", | |
"item": { | |
"name":"div.postTitle > h2 > a@title", | |
"url":"div.postTitle > h2 > a@href", |
NewerOlder