This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import requests | |
| import json | |
| import sys | |
| from pprint import pprint | |
| from html_to_json import convert as cnv | |
| from random import randint | |
| from lxml.html.clean import Cleaner | |
| import lxml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #created dEN5#7360 (DISCORD) | |
| #USE https://curl.trillworks.com/ | |
| import requests | |
| import json | |
| from bs4 import BeautifulSoup as bs | |
| type_img_d= { | |
| "gif":"gifan", | |
| "png":"png", |