Skip to content

SenticNet/Sentic-API-Wrapper

 
 

Repository files navigation

Sentic API Wrapper

This repository consists of 2 different files,

1_Extract Comments from Reddit.ipynb

2_Visualizing Data for SenticNet APIs.ipynb

Prerequisites

1. Jupyter Notebook

Anaconda is preferred and the installation link is below.

Anaconda Navigator

The list below contains Python packages required to install.

  1. praw
  2. requests
  3. pandas
  4. numpy
  5. seaborn
  6. matplotlib
  7. openpyxl
  8. IPython.display

pip install praw requests pandas numpy seaborn matplotlib openpyxl IPython

2. Reddit

A Reddit Developer Account is required for extracting comments from a Sub-Reddit.

Click on the link below to configure a developer account.

Reddit Developer Account

For more information on configuring the Reddit, visit the following link below.

PRAW Documentation

3. Sentic API Keys

Sentic API keys can be obtained from SenticNet's page below.

Sentic API Suite Request Form

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%