Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
/ iDork Public archive

A Python library used to search content on Google and find websites with keywords.

License

Notifications You must be signed in to change notification settings

w4ne/iDork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Logo

iDork

A Python library used to search content on Google and find websites with keywords.

Version

🔨 Installation

python3 -m pip install idork

⚙️ Usage

Examples

from idork import Google

dork = Google(proxy_url=None)
dork.search("Cooking Recipes", results=10)

from idork import Google

dork = Google("http://127.0.0.1")
resp = dork.search("inurl: \"robots.txt\" filetype:txt", lang="en", results=100)

for result in resp:
    ...

📝 Todo

  • Add better proxy support
  • Support more search engines

Other

About

A Python library used to search content on Google and find websites with keywords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages