Skip to content

Commit

Permalink
Merge pull request #36 from rober-dot-rar/patch-1
Browse files Browse the repository at this point in the history
Update creator.py
  • Loading branch information
hendrikbgr committed Apr 18, 2021
2 parents e6c4edb + bf3ed11 commit cb0206b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,21 @@
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
import sys
import os
import sys,os,warnings,zipfile,time,random,string,requests,csv,captcha_config,proxy_config
import twocaptcha as captcha
import warnings
import zipfile
import time
import random
from random import choice
import string
import requests
import csv
from proxyscrape import create_collector
from selenium.webdriver.chrome.options import Options
from selenium.common.exceptions import WebDriverException, NoSuchElementException, InvalidSessionIdException, TimeoutException
import undetected_chromedriver as uc
from faker import Faker
import captcha_config
import proxy_config
clear = lambda: os.system('clear')


def clear():
os.system('cls' if os.name == 'nt' else 'echo -e \\\\033c') #clearing the screen

clear()
i = 0
collector = create_collector('my-collector', 'https')
Expand Down

0 comments on commit cb0206b

Please sign in to comment.