Skip to content

Instantly share code, notes, and snippets.

View iAmNikola's full-sized avatar
🚀

Nikola Damjanović iAmNikola

🚀
View GitHub Profile
@iAmNikola
iAmNikola / fishtank_archive_downloader.py
Last active March 9, 2026 21:51
Download archive footage from a folder within Fishtank.live archive. NOTE: You DON'T need a season pass to have access to archives this way!
from concurrent.futures import ThreadPoolExecutor
import json
from pathlib import Path
import sys
from typing import List
import requests
### How to extract the AUTHTOKEN:
### 1. Open DevTools (f12 on chrome)