Skip to content

Instantly share code, notes, and snippets.

View junzy's full-sized avatar
🔥
Gathering Ki

Junaid Ahmed junzy

🔥
Gathering Ki
View GitHub Profile
@junzy
junzy / Change left_control + I,J,K,L to Arrow Keys karabiner.json
Last active May 19, 2025 09:38
Karabiner elements keymap configuration
{
"profiles": [
{
"complex_modifications": {
"rules": [
{
"description": "Change left_control + I/J/K/L to Arrow Keys",
"manipulators": [
{
"from": {
@junzy
junzy / dha-haad.py
Created July 31, 2019 07:42
Headless webdriver mailgun selenium
#!/usr/bin/python
# -*- coding: utf-8 -*-
## This script hits the haad and dha websites
## and checks if any new information has come out.
## If so, it sends an email notification
from bs4 import BeautifulSoup
import smtplib
import requests
from email.mime.text import MIMEText
@junzy
junzy / wa_group_spam.py
Created August 3, 2018 09:14
Web.whatsapp automated group creation Script. Selenium based.
###-
###- Web whatsapp python selenium script
###-
### configurations
number_of_times = 10
### List of contact names that match the contacts in your phone
listNames = ['babe', 'jesus', 'is', 'the', 'truth']