Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.13 KB

File metadata and controls

42 lines (29 loc) · 2.13 KB

🚀 sentimentZION 🚀

-- a project by initZION 2020.

Python Flask Pandas Dash Plotly GitHub Last Commit

SentimentZION

We at Sentiment ZION are focused to paint the true picture of the world for you. The information that is provided is mined from social media and analyzed by us, we provided an overview of data from websites like Youtube, Twitter, and Reddit about your topic for a relevant timeframe. This data is presented in a visual format that provides higher readability and ease of consumption.

SentimentZION Thumbnail https://www.youtube.com/watch?v=kSfAQajR1Ms&t=7s

📝 Note

Edit 2 files "youtube.py" , "senti.py" and "Reddit.py" Enter your own api-key if you dont have one visit:

for ibm: https://developer.ibm.com/technologies/iot/tutorials/iot-generate-apikey-apitoken/

for youtube: https://developers.google.com/youtube/v3/getting-started

for reddit : https://www.reddit.com/prefs/apps

✔️ Installation ✔️

Installation via requirements.txt:

$ https://github.com/initzion/sentimentZION
$ cd sentimentZION
$ python -m venv myenv
$ source myenv/bin/activate
$ pip install -r requirements.txt
$ python Page.py

-----