Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 777 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 777 Bytes

Penemue

A joint research project between the School of Computer Science and the School of Journalism at Cardiff University. The tool will be used to conduct an analysis of journalism conversation on social media.


Getting Started

To get started you'll need the following packages

  • twython
  • pymongo

To install them run

$ pip3 install twython
$ pip3 install pymongo

Next, you'll need to add a credentials.py file containing you twitter access tokens.

credentials.py

app_key = 'your_app_key'
app_secret = 'your_app_secret'
auth_token = 'your_auth_token'
auth_secret = 'your_auth_secret'

To start monitoring run

$ python3 main.py