Skip to content

Instantly share code, notes, and snippets.

View ireyesb09-byte's full-sized avatar

ReyesIRB ireyesb09-byte

View GitHub Profile
@ireyesb09-byte
ireyesb09-byte / echele.py
Created December 14, 2025 05:32 — forked from pablocastelo/echele.py
Recargas automáticas a Amigo Telcel con tarjeta de crédito y selenium
from selenium import webdriver
from selenium.webdriver.support import ui
from selenium.webdriver.common.keys import Keys
import time
cargas = ['500', '300', '200', '150', '100', '50', '30', '20']
dict_cargas = {}
i = 0
for c in cargas: