Skip to content

Instantly share code, notes, and snippets.

View sidd5sci's full-sized avatar
🥶
Cold

Siddhartha singh sidd5sci

🥶
Cold
View GitHub Profile
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
import random
import sys
def print_same_line(text):
sys.stdout.write('\r')
sys.stdout.flush()
@riyadparvez
riyadparvez / FacebookAutoCommenter.py
Last active July 14, 2021 05:41
This python script auto comment thanks on facebook wall posts
# Thanking everyone who wished me on my birthday
import requests
import json
from time import strftime
AFTER = #convert your time to iso 8601 time
TOKEN = ' <insert token here> '
def get_posts():