WIP: updated about/resume sections with research interests.:

This commit is contained in:
2022-06-22 20:23:20 +02:00
parent b99cb5a509
commit 7b54e40c84
6 changed files with 176 additions and 34 deletions

View File

@ -98,3 +98,12 @@ return [ link["href"]
This is probably the most common use case for the `BeautifulSoup` library and
it is very effective instead of sifting through any html data.
## Cloudflare Hosted Domains
A number sites will be hosted/backed by Cloudflare that tend to keep track of
the user session in combination with the session cookies. This means that
by-passing the anti-bot measures is slightly more inconvienient than usual.
Fortunately there are a few python-libraries that help to set the request
headers correctly.