Skip to content

Instantly share code, notes, and snippets.

View Ehsanghodrati's full-sized avatar
🎯
Focusing

Ehsan Ghodrati Ehsanghodrati

🎯
Focusing
View GitHub Profile
@Ehsanghodrati
Ehsanghodrati / whatup checker
Last active June 12, 2025 08:49
whatup checker
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
driver = webdriver.Chrome()
driver.get("https://web.whatsapp.com/")
input("Enter: ")
with open("C:/Users/Msi/Desktop/phone.txt", "r") as f:
for line in f:
line = line.strip()
@Ehsanghodrati
Ehsanghodrati / index.html
Created April 5, 2024 13:55
Mobile navigation animation
<!-- BASEN ON DRIBBBLE SHOT: https://dribbble.com/shots/2209627-UI8-Nav -->
<div class="container">
<span class="menu-trigger">
<i class="menu-trigger-bar top"></i>
<i class="menu-trigger-bar middle"></i>
<i class="menu-trigger-bar bottom"></i>
</span>
<span class="close-trigger">
<i class="close-trigger-bar left"></i>