Collect emails from springer's 13 million online documents
Requests is an elegant and simple HTTP library for Python, built for human beings.
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree.
python3 -m pip install requests
python3 -m pip install beautifulsoup4
python3 main.py