china,india,russia plan easy way t dedollarised usa money









WION The World is One News examines global issues with in-depth analysis. We provide much more than the news of the day. Our aim is to empower people to explore their world. With our Global headquarters in New Delhi, we bring you news on the hour, by the hour. We deliver information that is not biased. We are journalists who are neutral to the core and non-partisan when it comes to world politics. People are tired of biased reportage and we stand for a globalized united world. So for us, the World is truly One.from rate_up import RateUp





app = RateUp()

# how long bot will be on page (optional)
app.min_time = 40 # default 62 sec
app.max_time = 120000000000000 # default 146 sec

app.browser_path = 'full_path_to\chrome.exe'

# generate headers list
headers = app.generate_header_list(2000)

# path to your proxy file (need pass one or more files)
proxy_list = app.get_proxy(
    socks5=r'path_to\socks5.txt',
    socks4=r'path_to\socks4.txt',
    http=r'path_to\http_https.txt',
    unknown=r'path_to\unknown_protocol.txt'
)
print(proxy_list)

# target urls list
urls = [
    'http://example.com',
    'http://example.com/index/article/0-5',
]

app.start(proxy_list, headers, urls)


















 

Comments