Skip to content

Instantly share code, notes, and snippets.

View Benbriel's full-sized avatar

Benjamín Briceño Benbriel

View GitHub Profile
@Benbriel
Benbriel / sci-hub.py
Last active May 8, 2025 21:30
Looks for a DOI in Sci-Hub and downloads the PDF if available
"""Looks for a DOI in Sci-Hub and downloads the PDF if available.
"""
import argparse
import re
import requests
from bs4 import BeautifulSoup
SCIHUBURL = 'https://sci-hub.now.sh/' # URL to get all valid Sci-Hub domain alternatives