Skip to content

Instantly share code, notes, and snippets.

View several27's full-sized avatar
🎯
Focusing

Maciej Szpakowski several27

🎯
Focusing
  • @Prophecy.io
  • United States, San Francisco
View GitHub Profile
@several27
several27 / crossref_works.py
Last active October 10, 2019 02:00
Download all works from the CrossRef API
import re
from urllib.parse import quote
import requests
from tqdm import tqdm
def main():
with open('crossref.json', 'w') as _out:
bar = tqdm()
cursor = '*'