Update generate_map.py

This commit is contained in:
Alexandre
2025-06-08 13:25:40 +02:00
committed by GitHub
parent f8041ab5a5
commit 309ca649cc

View File

@@ -6,7 +6,11 @@ stargazers that come from each country. The script maintains a CSV
up once (unless the country entry is blank).
"""
import csv, os, time, sys, json, requests
import csv
import os
import time
import sys
import requests
from collections import Counter
from pathlib import Path