Skip to content

Instantly share code, notes, and snippets.

View Enet4's full-sized avatar

Eduardo Pinho Enet4

View GitHub Profile
@Zitrax
Zitrax / ubuntu-deps.py
Last active July 18, 2023 18:30
Download all dependencies for a ubuntu package.
import argparse
import hashlib
import os
from collections import defaultdict
import sys
from bs4 import BeautifulSoup as bs
import re
import requests