Skip to content

Instantly share code, notes, and snippets.

View bhatti-saqib's full-sized avatar

Saqib Sohail Bhatti bhatti-saqib

View GitHub Profile
@mostafa1972
mostafa1972 / sel_bot_fb_grp_msg.py
Last active October 30, 2021 13:26
Auto Message to FB Group by Selenium Bot
from time import sleep
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
def main():
# Your Facebook account user and password
@moschlar
moschlar / make.conf
Last active February 5, 2024 10:00
Run Gentoo Portage in a cpu cgroup
PORTAGE_IONICE_COMMAND="/usr/local/sbin/portage-cgroup \${PID}"