this post was submitted on 12 Mar 2026
22 points (92.3% liked)

Open Source

45475 readers
919 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] user28282912@piefed.social 0 points 6 days ago* (last edited 6 days ago) (1 children)

import requests

theUrl = r'https://threatbutt.com/map/'

response = requests.get(theUrl)

print(response.text)

[โ€“] iByteABit@lemmy.ml 1 points 6 days ago

Might as well use curl at that point