Skip to content

berkay-c/sentiment-analysis-with-textblob-and-automation-with-selenium

Repository files navigation

Project topic

📍 About The Project

From yemeksepeti, which is one of the popular online food ordering sites today, it is aimed to find our restaurant by automatically going to yemeksepeti.com after only the restaurant name is entered by the user, and to make the necessary analyzes and visualizations by taking our restaurant comments and making sentiment analysis.

Gif One

🔧 Built With

💻 Installation

Let's install Python-3

  $ sudo apt update
  $ sudo add-apt-repository ppa:deadsnakes/ppa
  $ sudo apt install python3.9

Then install pip using python3

  $ sudo apt update
  $ sudo apt install python3-pip

💻 Run Locally

Clone the project

 $ git clone https://github.com/berkay-c/sentiment-analysis-with-textblob-and-automation-with-selenium.git

Go to the project directory

 $  cd Sentiment_Analysis_With_Textblob_And_Automation_With_Selenium

Create and activated virtualenv

 $  virtualenv venv
 $  source venv/bin/activate

Install requirements.txt

 $  pip install -r requirements.txt

Run MainApp.py using python3

 $  python3 MainApp.py

📸 Screenshots

1

2

3

4

5

6

Please ➡️ Click To See More Outputs

🔗 Contact Me and Feedback

GitHub

linkedin

Gmail

License

MIT

About

It is aimed to perform Sentiment Analysis using TextBlob Module and Automation using Selenium Module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages