Skip to content

Instantly share code, notes, and snippets.

View gbip's full-sized avatar

Paul FLORENCE gbip

View GitHub Profile
@m0n4
m0n4 / retency.py
Last active March 25, 2019 21:48
retency.com Exclusion des statistiques
#!/usr/bin/env python3
import requests
import random
import multiprocessing
from fake_useragent import UserAgent
# https://www.frandroid.com/culture-tech/577876_dans-le-metro-ces-ecrans-de-publicites-traquent-vos-smartphones
def worker():
ua = UserAgent()