Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. from google import google import os num_page = 1 q="site:t.me/joinchat" while True: search_results = google.search(q, num_page) for s in search_results: d= "" l=s.link try: d=s.description.replace('"',"") except: pass os.system('echo "'+l+'|'+d+'" >> result') print(num_page) num_page+=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement