Skip to content

Instantly share code, notes, and snippets.

View johsjohsjohs's full-sized avatar
💭
git clone git://git.suckless.org/dwm

Johannes Hove-Henriksen johsjohsjohs

💭
git clone git://git.suckless.org/dwm
View GitHub Profile
@johsjohsjohs
johsjohsjohs / feide.py
Created June 17, 2022 10:15
This is a spam bot for auto spaming in itslernaing chat
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from time import sleep
class itsb:
def __init__(self):
self.driver = webdriver.Chrome()
def login_it(self): #login in with itslearning
self.driver.get('https://www.itslearning.com/welcome.aspx')
#sleep(1)
@johsjohsjohs
johsjohsjohs / fmsb.py
Created June 17, 2022 10:19
python script for spaming facebook chat box
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from time import sleep
class itsb:
def __init__(self):
self.driver = webdriver.Firefox()
def login_it(self):
sleep(4)