Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.21 KB

Work in Progress


Web Crawler to extract Personal Information about Anime/Manga from Anime-Planet

Extractable Info

  • Anime & Manga Stats (no. of anime/manga watched , watching etc.)
  • Watched/Read Anime & Manga List
  • Currently Watching/Reading Anime/Manga List
  • Want to Watch Anime/Manga List
  • Dropped Anime/Manga List
  • Stalled Anime/Manga List
  • Won't Watch Anime/Manga List
  • Usage

    Require Installation of Axios, Cheerio & Fs
    npm install axios
    npm install cheerio
    npm install fs

    config.js Here change the name_or_id to your anime-planet username. ( Can only extract info if it is public ) also add and header agent else it will give 403
    Run the main.js




    The Output is appended into the output.txt file.


    Currently Working On


  • Pagination Logic to get total list and not only the first page.... :-)