BookMyShow Sentiment Analysis

This is the code for the BookMyShow Sentiment Analyzer

Dependencies

* selenium
* vaderSentiment
* chromedriver-install

Dependencies Installation

Use the package manager pip to install following

pip install -r requirements.txt

Usage

Download it by clicking the green download button here on Github. You only need to parse argument specific BookMyShow Movie_URL.

python main.py --movie_url 'https://in.bookmyshow.com/hyderabad/movies/20/ET00042213'

or

python main.py -m 'https://in.bookmyshow.com/hyderabad/movies/20/ET00042213'

Output

capture

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT