Skip to content

Simple bot in progress to extract key terms from articles and find the relevant wikipedia summaries

Notifications You must be signed in to change notification settings

balacarter/WikiBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiBot - A python bot for useful information

This bot uses NLTK to analyze and tokenize blocks of text. Using these tokens the bot searches

wikipedia for the relating article, and provides the summary for each key term.

Setup:

Install PRAW, and NLTK

sudo pip3 install praw

sudo pip3 install nltk

install NLTK dependencies

sudo python3 -m nltk.downloader -d /usr/local/share/nltk_data all

Run program

python3 WikiBot.py

About

Simple bot in progress to extract key terms from articles and find the relevant wikipedia summaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages