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.
Let's install Python-3
$ sudo apt update
$ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt install python3.9Then install pip using python3
$ sudo apt update
$ sudo apt install python3-pip
Clone the project
$ git clone https://github.com/berkay-c/sentiment-analysis-with-textblob-and-automation-with-selenium.gitGo to the project directory
$ cd Sentiment_Analysis_With_Textblob_And_Automation_With_SeleniumCreate and activated virtualenv
$ virtualenv venv
$ source venv/bin/activateInstall requirements.txt
$ pip install -r requirements.txtRun MainApp.py using python3
$ python3 MainApp.pyPlease ➡️ Click To See More Outputs







