Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sayak119/knowmore-server

Twitter bot to provide broader perspective (Server)
https://github.com/sayak119/knowmore-server

chrome-extension flask flow-diagram google-cloud knowmore-server news news-articles newsapi nlp perspective python sentiment-analysis tweets twitter-api twitter-bot

Last synced: about 6 hours ago
JSON representation

Twitter bot to provide broader perspective (Server)

Awesome Lists containing this project

README

        

# KnowMore-Server

![Logo](images/newspaper.png)

Our Natural Language Processing pipeline performs entity and topic extraction from tweets to search for news articles from reliable sources and discover Wikipedia articles. We combine this information with sentiment analysis signals for the tweet as well as the news articles to select articles which have a different perspective from the tweet. It is properly and seamlessly integrated into the Twitter UI.

## Installation

### Server

* First clone the repository `https://github.com/sayak119/KnowMore-Server`

* Obtain the required credentials for the Twitter API, News API and Google Cloud Natural Language API.

* Then execute the following command
```python
pip3 install -r requirements.txt
python3 server.py
```

### Client

For Client (Chrome extension) visit [Know More Client](https://github.com/sayak119/KnowMore-Client).

## Flow Diagram

![Flow Diagram](images/flow_km.jpg)

## Mockup

Green is for agreeing with the article, yellow for neutral and red is for diagreeing with the article.

![UI Mockup](images/UI_mockup.jpg)

## Working

![How it looks](images/working.png)

## YouTube video

[Demo Video](https://youtu.be/xZpOr3u1WFk)