CoolFace
Apppublic

hashir672/Python-red-gen-space

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
test2.py14 linesDownload Raw Back to root
1import requests2import json3import os4import glob5 6from requests_html import HTMLSession7 8session = HTMLSession()9r = session.get('http://abdulhaseeb.live/')10 11r.html.render()12 13r.html.search('Python 2 will retire in only {months} months!')14