Skip to content

Instantly share code, notes, and snippets.

View Frichetten's full-sized avatar
🖋️
"Pen" Testing

Nick Frichette Frichetten

🖋️
"Pen" Testing
View GitHub Profile
@Frichetten
Frichetten / parse_mwa.py
Created June 8, 2019 20:49
A quick python script to dump the list of websites from https://www.madewithangular.com/
#!/usr/bin/env python3
from urllib.request import urlopen
from bs4 import BeautifulSoup
html = urlopen('https://www.madewithangular.com/categories/angular/')
soup = BeautifulSoup(html, features="html5lib")
for link in soup.find_all('a', href=True):
if "/categories/" in link['href']:
None

Keybase proof

I hereby claim:

  • I am frichetten on github.
  • I am frichetten (https://keybase.io/frichetten) on keybase.
  • I have a public key ASCo9MRfSRam0Zj6GHylXy86-HYnjaA1bB51lTZ1GvP0wQo

To claim this, I am signing this object: