Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
/ Tweetalyzer Public archive

Tweetalyzer uses the public Twitter Search API to fetch tweet with your search, analyzes them with a customied version of James Hennessey's phpInsight Sentiment Analysis class and displays the tweet with a funny emoticon.

Notifications You must be signed in to change notification settings

Mark-H/Tweetalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

++  Tweetalyzer
++  Developer:  Mark Hamstra
++  License:    GPL GNU v2
+++++++++++++++++++++++++++++++++++

Tweetalyzer uses the public Twitter Search API to fetch tweet with your search,
analyzes them with a customied version of James Hennessey's phpInsight Sentiment
Analysis class and displays the tweet with a funny emoticon.

Not convinced you need this on your site? Boo-hiss! Ryan made me do it!

Bugs & Features: 	https://github.com/Mark-H/Tweetalyzer/issues

Tweetalyzer Snippet Usage:

Simply put it on your site with the [[Tweetalyzer]] snippet call. Cached or getCache suggested.
Available snippet properties:

- &search (#modx) the search to use on Twitter
- &amount (10) number of tweets to collect
- &registerCss (true) register the very basic CSS for very basic default styling
- &tweetTpl (tweetalyzerTweet) a tpl chunk for outputting each individual tweet.
- &outerTpl (tweetalyzerOuter) a tpl chunk for the outer output.
- &tweetSeparator ('') a string to join individual tweets with.

phpInsight Sentiment Analysis by James Hennessey released under the GPL: https://github.com/JWHennessey/phpInsight

About

Tweetalyzer uses the public Twitter Search API to fetch tweet with your search, analyzes them with a customied version of James Hennessey's phpInsight Sentiment Analysis class and displays the tweet with a funny emoticon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages