# 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
Installation
> python3 -m pip install -r requirements.txt
Owner
MhankBarBar
Just an introverted boy who likes anime and cosplayers♥️
A leetcode scraper to compile all questions in leetcode free tier to text file, pdf also available. if new questions get added, run again to get new questions.
Dictionary - Application focused on word search through web scraping, in addition to other functions such as dictation, spell and conjugation of syllables.
Web-Scraping-COVID-19-Meta-Portal-with-Python - Requests API and Beautiful Soup to scrape real-time COVID statistics from worldometer website and perform data cleaning and visual analysis in Jupyter