Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virresh/extremist-reviewers
Detecting and Characterising Extremist Reviewers
https://github.com/virresh/extremist-reviewers
amazon amazonindia scraper
Last synced: 6 days ago
JSON representation
Detecting and Characterising Extremist Reviewers
- Host: GitHub
- URL: https://github.com/virresh/extremist-reviewers
- Owner: virresh
- Created: 2019-07-03T06:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T16:01:26.000Z (over 5 years ago)
- Last Synced: 2024-12-27T19:11:56.786Z (9 days ago)
- Topics: amazon, amazonindia, scraper
- Language: Jupyter Notebook
- Size: 4.66 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Characterizing extremist reviewers on online reviews
This is the codebase to our paper submitted in the IEEE TCSS journal.
Amazon_Scraper deals with scraping reviews and reviewer profiles from Amazon.in, and some rudimentary visualisations and analysis on the gathered data.
- Categories/ : Contains the product categories and links to their results-pages, from which the scrape.py script begings fetching data.
- scrape.py: Scrapes reviews from categories.
- scrape_profile.py: Scrapes information for the reviewers associated with the reviews collected from the scrape.py script.Final_Labels.csv contains the annotated data.