Skip to content

Instantly share code, notes, and snippets.

View Tiebe's full-sized avatar

Tiebe Groosman Tiebe

  • tiebe.dev
  • Zeist, the Netherlands
View GitHub Profile
@Tiebe
Tiebe / generate.py
Last active July 24, 2023 13:34
generate docker stuff
import os
from math import ceil
def generate_proxy(accounts: list[str], amount_per_ip: int) -> str:
amount = len(accounts)
docker_compose_file = f"""
version: '3.8'
services: