Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.
/ cse5914ibmdemo Public archive

A project using Python and IBM's Alchemy API to search on news articles via the terminal. Filters through the articles to find the positive/negative spun ones and displays them.

Notifications You must be signed in to change notification settings

Kamariw95/cse5914ibmdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cse5914ibmdemo

A project using Python and IBMs Alchemy API to search on news articles via the terminal.

Steps to running application:

  1. Make sure pip is installed on your machine.
  1. Make sure virtualenv is installed on your machine.
  1. Open the Terminal and use the cd command to go into the cse5914ibmdemo folder
  2. Run these commands:
  • virtualenv env
  • source env/bin/activate
  • pip install -r requirements/base.txt
  1. Once those finish, use the cd command again to go into the alchemy_site folder (The one with manage.py in it).
  2. Create a file called hidden.py inside of ../alchemy_site/main/alchemy_service/alchemy_settings that has a variable called API_KEY.
  3. Place the value for the API_KEY for that variable.
  4. Run this command: python manage.py runserver in the Terminal

The app should run without problems!

NOTE: Going forward, you'll have to run this to run the application:

  • source env/bin/activate in the cse5914ibmdemo folder, with the env folder.
  • python manage.py runserver in the alchemy_site folder, where the manage.py file is.

About

A project using Python and IBM's Alchemy API to search on news articles via the terminal. Filters through the articles to find the positive/negative spun ones and displays them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published