Skip to content

Instantly share code, notes, and snippets.

@novitae
Last active May 11, 2022 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novitae/98a01efe19c073148d6aaa19f890b2e7 to your computer and use it in GitHub Desktop.
Save novitae/98a01efe19c073148d6aaa19f890b2e7 to your computer and use it in GitHub Desktop.
from os import system
from time import sleep
from tqdm import tqdm
accounts = [kyliejenner, travisscott, ...]
sleep_time = 300
for account in accounts:
system(f"sterra export -ssid xxxx -u {account} -t following --name {account}_following")
for _ in tqdm(range(sleep_time), desc="time until new scrape"):
sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment