Skip to content

Instantly share code, notes, and snippets.

@sogful
sogful / banner.py
Last active July 23, 2026 18:52
a little program i use to automate twitter banner updates (outdated, see https://github.com/sogful/banner)
import requests
from PIL import Image, ImageDraw, ImageFont
import tweepy
from datetime import datetime, timezone, timedelta
import time
import logging
import sys
import os
import threading
import subprocess
@sogful
sogful / pou.py
Last active December 5, 2024 21:11
UPDATE❗GAME POU INFINITY LIKEBOT 1.4.120 ||LIKE AND SUB
import hashlib # the api of the game has been fully documented last year! really cool
import requests # you can check it out here: https://github.com/DaniElectra/PouClients/wiki/
import time
import json
import os
import tkinter
from tkinter import Tk
from tkinter.filedialog import askopenfilename
from tkinter import messagebox