This is a simple scraper for the Anime Sama website
-
Clone the repository
-
Open terminal and run the following command to install the dependencies
pip install -r requirements.txtThen, don't forget to launch :
scrapling install- Run the script to start scraping the website with the following arguments :
--catalog: scrape the catalog of anime/scan--planning: scrape the planning of anime/scan from the current week
python main.py --catalogpython main.py --planningThe output will be saved as a CSV file in the root directory of the project