Skip to content

Commit

Permalink
v0.1.4.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateofumis committed Aug 31, 2024
1 parent 3c6eaf1 commit 28281c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dumpdork/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ def print_help():
def wizard_setup():
print(f"{Fore.YELLOW}Welcome to the API Key Setup Wizard!")
print("1. Signup at: https://rapidapi.com/herosAPI/api/google-search74/playground")
print("2. Subscribe for Free to get the API key.")
print("Visit https://rapidapi.com/auth/login and create an account or login.")
# 2. Once logged in, visit [https://rapidapi.com/herosAPI/api/google-search74/playground](https://rapidapi.com/herosAPI/api/google-search74/playground) and claim your FREE API credentials
print("2. Subscribe for free and copy the API key.")

key = input("Enter your RapidAPI key: ").strip()
if not key:
Expand Down

0 comments on commit 28281c1

Please sign in to comment.