- API
- BeautifulSoup
- Lxml
- Requests
- Scrapy
- Selenium
- Sockets
- UrlLib
feedparser overview https://www.slideshare.net/LindseySmith1/feedparser
python HTML parser https://www.pythoncentral.io/html-parser/
Yasoob Khalid: An Intro to Web Scraping With lxml and Python
Wikipedia web scrapping https://stackoverflow.com/questions/27643738/wikipedia-data-scraping-with-python#27644214
Bhishan Bhandari: Login to a website using Python http://feedproxy.google.com/~r/TheTaraNights/~3/CrS0757EaQw/
Davy Wybiral: Running a Python Web Server on a Microcontroller http://davywybiral.blogspot.com/2018/09/running-python-web-server-on.html
Stack Abuse: Asynchronous Python for Web Development https://stackabuse.com/asynchronous-python-for-web-development/
Vladimir Iakolev: Extracting popular topics from subreddits
Manage websocket API clients Spotify API Using python and Reddit API to find the most popular domains posted Comparison of the Most Useful Text Processing APIs FOSSCON 2018: Hacking the Indego Bike Sharing API
beautifulsoup4 - parsing html https://www.crummy.com/software/BeautifulSoup/
Stack Abuse: The Python Requests Module Requests in python 3 Real Python: Python’s Requests Library (Guide) Python request with POST Python request POST with parameters
Codementor: Networking: How To Communicate Between Two Python Programs
import socket (built-in) https://docs.python.org/2.7/library/socket.html
python sockets https://realpython.com/python-sockets/
send mail http://stackoverflow.com/questions/73781/sending-mail-via-sendmail-from-python
Real Python: Sending Emails With Python https://realpython.com/python-send-email/
Mike Driscoll: Python 101: Episode #17 – The email and smtp modules
Force Archive Websites to Pick up Webpages with This Handy Tool https://lifehacker.com/force-archive-websites-to-pick-up-webpages-with-this-ha-1825715506
urllib3 package https://urllib3.readthedocs.io/en/latest/advanced-usage.html
urllib3 troubleshoot https://urllib3.readthedocs.io/en/latest/advanced-usage.html