Navigation Menu

Skip to content

A Natural Language Processing Powered bot that curates news stories from various news sources, performs sentiment analysis and NER before delivering output through a Discord interface. 🚀

License

sidharrth2002/wanews-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wanews

License: MIT

A Natural Language Processing Powered bot that curates news stories from various news sources, performs sentiment analysis and NER before delivering output through a Discord interface. 🚀

This bot is not only an incredibly powerful realtime scraper, it also incorporates a Natural Language Processing Engine powered by Spacy, NLTK and Gensim that effectively summarise the news of the day.

The bot currently retrieves information from the following sources:

  1. The Star
  2. Malay Mail
  3. Malaysiakini- To be released soon
  4. The New York Times API
  5. Rapid News API for International Headlines

Word Clouds with the day's key players

Curated National Headlines

Screenshot 2021-05-20 at 3 20 57 PM

Football Headlines

Screenshot 2021-05-20 at 3 26 05 PM

Functionality that is available but not deployed:

  1. Redis caching- Instead of scraping upon a call to the bot, scrape periodically and cache news stories.

How to use this bot?

If you are running your local Python interpretation through virtual environments, create a new one (I use virtualenvwrapper). Clone this repository and create a .env file that contains the following:

DISCORD_TOKEN = 
DISCORD_GUILD = 
NEWS_API_KEY = 
NYTIMES_API_KEY = 
VERSION = DEVELOPMENT or PRODUCTION

and run:

pip3 install requirements.txt

then

python bot.py

If you're interested in extending the news organisations this scrapes from, feel free to submit pull requests. Cheers!

About

A Natural Language Processing Powered bot that curates news stories from various news sources, performs sentiment analysis and NER before delivering output through a Discord interface. 🚀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages