Skip to content

Instantly share code, notes, and snippets.

View RRobotek's full-sized avatar

RRobotek RRobotek

  • Leuven, Belgium
View GitHub Profile
@RRobotek
RRobotek / facebot.py
Last active August 16, 2022 23:58
Cute little python script that adds facebook friends autopilot.
#!/usr/bin/env python
import time
HEADER = '\033[95m' # colours
OKBLUE = '\033[94m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'