Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
edit and added some files
Browse files Browse the repository at this point in the history
  • Loading branch information
iprathammishra committed Sep 18, 2023
1 parent be009ac commit 105fa2b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async def parser():
├──{CYAN}Bitmoji{WHITE}
└──{CYAN}X (Twitter){WHITE}
""")
# Add modules here
exit()

else:
Expand Down
Empty file.
Empty file added modules/email_modules/ig.py
Empty file.
Empty file.
Empty file added modules/email_modules/reddit.py
Empty file.
3 changes: 3 additions & 0 deletions output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ async def eyes_output(email):
print(await bitmoji.bitmoji(email))
print(await x.x(email))
await github.github(email)

# Add modules here

print("[~] Paste :")
for paste in await pastebin.pastebin(email):
past += 1
Expand Down

0 comments on commit 105fa2b

Please sign in to comment.