# Google says don't use this script: https://twitter.com/methode/status/783733724655517696 # This script is a violation of Google Terms of Service. Don't use it. import requests import csv import os import time from bs4 import BeautifulSoup from urllib.parse import urlencode seconds = input('Enter number of seconds to wait between URL checks: ') output = os.path.join(os.path.dirname(__file__), input('Enter a filename (minus file extension): ')+'.csv') urlinput = os.path.join(os.path.dirname(__file__), input('Enter input text file: ')) urls = open(urlinput, "r") proxies = { 'https' : 'https://localhost:8123', 'http' : 'http://localhost:8123' } user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36' headers = { 'User-Agent' : user_agent} f = csv.writer(open(output, "w+", newline="\n", encoding="utf-8")) f.writerow(["URL", "Indexed"]) for line in iter(urls): query = {'q': 'info:' + line} google = "https://www.google.com/search?" + urlencode(query) data = requests.get(google, headers=headers, proxies=proxies) data.encoding = 'ISO-8859-1' soup = BeautifulSoup(str(data.content), "html.parser") try: check = soup.find(id="rso").find("div").find("div").find("h3").find("a") href = check['href'] f.writerow([line,"True"]) print(line + " is indexed!") except AttributeError: f.writerow([line,"False"]) print(line + " is NOT indexed!") print("Waiting " + str(seconds) + " seconds until checking next URL.\n") time.sleep(float(seconds)) urls.close() INDIA'S TECHNOLOGY Make Low End Android Device Faster Know The Secret Features

Make Low End Android Device Faster Know The Secret Features

Even a Low end Android Device can be faster by some secret features.


android,google play store,android 1,kingroot,android studioairdroid,google play services,android auto,bluestack,google play console,android studio,google play store app,google play appandroid studio,google play store app,google play app,

                            

shocked, Right?? there will no issue if a Low end device runs smoothly you don't need to purchase a new device. Let me tell the secret reason until then ask yourself, Why do your device wants to run smoother? 

Does Your Device Lags While Playing Games Fix Now

Fix Android Mobiles Lagging. Android Devices cannot runs smoothly while playing games, FPS games. In Android Phones has a "cache data|" we need to clean of there Apps if we are facing some lag. Android Apps requires more GPU work to run on it. because of there graphics and more.

Some Apps Used For Cleaning Device RAM

  • SD Maid
  • Norton Clean
  • C Cleaner
  • Avast Cleanup
  • Avast Anti Virus

Why You Need To Clean Up Your Android Devices

Some Apps has viruses which harms your devices. Phone Cleaner cleanse harmful virus and make it free  from it. We should not trust any Third Party Apps  until they are not verified, Android Mobiles comes without security and privacy. easily gets hack. Never Download any APK Files from Untrusted
sources.
 

Let me tell you some tips to make your Android Devices smoother.

  • Never Play or Use any Apps while Charging.
  • Use WiFi instead of Mobile Data.
  • Use Auto Brightness Feature for  reduction of Heat.
  • Clean before Playing any Games.
  • Turn-OFF Other Features - Location GPS, Bluetooth, Auto Sync.
  • Turn ON Do Not Disturb. 
  • Avoid Multi Tasking Usage.

These are some features to make your device smoother. A Low End Device Can also be faster is upto your usage. 

Post a Comment

0 Comments