# Get download url>>>fromkusonimeimportScrap>>>sc=Scrap("https://kusonime.com/kawaisou-batch-sub-indo/").fetch()
>>>sc.to_json# Not get download url>>>fromkusonimeimportScrap>>>sc=Scrap("https://kusonime.com/kawaisou-batch-sub-indo/").fetch(False)
>>>sc.to_json# Scrap from recommendation>>>fromkusonimeimportRecom>>>sc=Recom(2).fetch# get from page 2>>>sc[0].to_json# Search by query>>>fromkusonimeimportSearch>>>s=Search("maou").fetch[0]
>>>s.to_json# Search by query (next_page)>>>fromkusonimeimportSearch>>>s=Search("maou").fetch>>>r=s.next_page[0]
>>>r.to_json
Twitter's API is annoying to work with, and has lots of limitations — luckily their frontend (JavaScript) has it's own API, which I reverse–engineered. No API rate limits. No restrictions. Extremely fast.
Scrapera is a completely Chromedriver free package that provides access to a variety of scraper scripts for most commonly used machine learning and data science domains.