Skip to content

Instantly share code, notes, and snippets.

View sk0x1234's full-sized avatar
🎯
Focusing

Srinath koilakonda sk0x1234

🎯
Focusing
  • Newyork | SFO
  • 01:59 (UTC -12:00)
View GitHub Profile
@sk0x1234
sk0x1234 / v1.sh
Created June 12, 2023 04:13 — forked from ZhDev/v1.sh
Get public IP address from command line
curl ifconfig.me
import requests
import pathlib
with open("files.txt","r") as f:
urls = [ url.rstrip() for url in f.readlines()]
files_to_download = []