Skip to content

Instantly share code, notes, and snippets.

@tecsify
Created April 10, 2021 12:48
Show Gist options
  • Save tecsify/2d0bca960743146521d81be82604e237 to your computer and use it in GitHub Desktop.
Save tecsify/2d0bca960743146521d81be82604e237 to your computer and use it in GitHub Desktop.
"""Ingeniería inversa a la Web con Python por Tecsify
¡Tecnología que empodera!"""
import webtech
wt = webtech.WebTech()
pagina = "https://www.Tecsify.com"
results = wt.start_from_url(pagina, timeout = 1)
print(results)
#www.Tecsify.com/blog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment