udaymehta / goodreads-scraper

A simple goodreads scraper for scraping out title, author, isbn, ratings, total ratings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goodreads-scraper

Description

This is a simple goodreads scraper made using discord.py.

  • This bot scrapes out:
    • title
    • author
    • isbn
    • ratings
    • total ratings
    • page count
    • book cover

Installing

  • git clone https://github.com/udaymehta/goodreads-scraper.git
  • cd goodreads-scraper
  • Make sure Python is installed.
  • Then do pip install -r requirements.txt
  • Add your bot token in bot.run('you token here') this line.
  • Run the file python main.py

Usage

  • Just do .s book name or .search book name to search the specific book.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

About

A simple goodreads scraper for scraping out title, author, isbn, ratings, total ratings.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%