PNC judges searched tweets are positive or negative.
PNC uses Twitter API, it requires:
You can get those at Twitter Developers.
PNC works with Docker.
docker run \
-p 3000:3000 \
-e TWITTER_CONSUMER_KEY="YOUR CONSUMER KEY" \
-e TWITTER_CONSUMER_SECRET="YOUR CONSUMER SECRET" \
-e TWITTER_ACCESS_TOKEN="YOUR ACCESS TOKEN" \
-e TWITTER_ACCESS_TOKEN_SECRET="YOUR ACCESS TOKEN SECRET" \
nownabe:pnc
Content type
Image
Digest
Size
452.6 MB
Last updated
over 10 years ago
docker pull nownabe/pnc