I hereby claim:
- I am kilianalias on github.
- I am kilianplapp (https://keybase.io/kilianplapp) on keybase.
- I have a public key ASDDt17olVCfDPZsTAMin3IEwDinlB1YGzfU22oHjy4Mpwo
To claim this, I am signing this object:
| import requests | |
| from lxml import html | |
| def getPastes(): | |
| for link in html.fromstring(requests.get("https://pastebin.com/archive").text).xpath('//tr//a'): | |
| if str(link.get('href')).startswith('/archive/'): continue | |
| yield (str(link.get('href')).replace('/', '')) | |
| for i in getPastes(): | |
| print(i) |
I hereby claim:
To claim this, I am signing this object: