Skip to content

Instantly share code, notes, and snippets.

View m4hi2's full-sized avatar
❄️
Chill

Mahir Labib Chowdhury m4hi2

❄️
Chill
View GitHub Profile
@Sadmansamee
Sadmansamee / flutter_starter.md
Last active February 9, 2023 03:44
Flutter Starter Kits
@ahmubashshir
ahmubashshir / epic-claim.py
Last active December 7, 2024 19:56
Epic auto claim with python, selenium webdriver and chromium. for the lazy linux users and gamers out there... https://git.io/JUI55
#!/bin/env python3
"""
Epic Games Store Freebies Claiming bot.
Uses Chromedriver(monkeypatched if possible)
"""
import sys
import re
import logging as log
from xml.sax.saxutils import escape
from datetime import datetime