Skip to content

Instantly share code, notes, and snippets.

@duoduoyeah
duoduoyeah / xploreapi.py
Created January 25, 2025 01:37 — forked from paulosevero/xploreapi.py
IEEE Xplore API with some modifications
import math
import requests
from urllib.parse import quote
from urllib.request import urlopen
import xml.etree.ElementTree as ET
import json
class XPLORE: