ScrapeAnime scrapes all Anime details, episodes, Video Url from KissAnime. This scraper can scrape all Anime available on Kissanime in any genre, year, category. It also bypass Cloudflare's anti-bot protection to easily scrape Anime.
pip install scrape-anime
Python 3 is required to run this script.
This script uses BeautifulSoup4 and cfscrape.
from scrape_anime import scrape
scrape.getAnimeList('http://kissanime.ru/AnimeList?page=21')
scrape.getAnimeInformantion('http://kissanime.ru/Anime/Naruto')
scrape.getAnimeEpisodesDetails('http://kissanime.ru/Anime/Naruto')
Returns Custom Anime List from Specific page (default is page 1)(based on category, status, year, alphabet)
scrape.getCustomAnimeList('http://kissanime.ru/Genre/Harem')
scrape.getCustomAnimeList('http://kissanime.ru/AnimeList?c=g&page=3')
### HAVE FUN <3