Skip to content

Vecna is a Python chatbot which recommends songs and movies depending upon your feelings

Notifications You must be signed in to change notification settings

ananyathomas/Vecna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vecna

Vecna recommends songs and movies depending upon your feelings

Vecna

  • Is coded in Python
  • Uses
    • Last.fm API for song recommendations using method tag.gettoptracks
    • BeautifulSoup to scrape IMDb for movie recommendations
    • Text Blob to perform sentiment ananlysis

Third Party APIs

Installation

  • python -m pip install requests
  • pip install -U textblob
  • python -m textblob.download_corpora
  • pip install beautifulsoup4

Modules used

  • random
  • json

Libraries used

  • requests
  • textblob
  • Beautiful Soup (bs4)