All Projects → machinebox → mood

machinebox / mood

Licence: Apache-2.0 License
Twitter analytics using textbox

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mood

Social-Media-Monitor
Automatically monitor and log fan counters from social media(Facebook Pages, Twitter, Instagram, YouTube, Google+, OneSignal, Alexa) using APIs to Google Spreadsheet. Very useful for website admins and social media managers.
Stars: ✭ 36 (+140%)
Mutual labels:  twitter, analytics
twitter-analytics-wrapper
A simple Python wrapper to download tweets data from the Twitter Analytics platform. Particularly interesting for the impressions metrics that are unavailable on current Twitter API. Also works for the videos data.
Stars: ✭ 44 (+193.33%)
Mutual labels:  twitter, analytics
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (+580%)
Mutual labels:  twitter, analytics
chatbase-dotnet
Integrate your DotNet application with Chatbase!
Stars: ✭ 16 (+6.67%)
Mutual labels:  analytics
mojito
🧪 Source-controlled split testing stack for building, launching and analysing A/B tests.
Stars: ✭ 49 (+226.67%)
Mutual labels:  analytics
gobo
💭 Gobo: Your social media. Your rules.
Stars: ✭ 87 (+480%)
Mutual labels:  twitter
labs-sample-code
Sample code for Twitter Developer Labs
Stars: ✭ 25 (+66.67%)
Mutual labels:  twitter
pathling
Turn your FHIR data set into a powerful API that can be used to develop analytics applications and augment data science workflow.
Stars: ✭ 31 (+106.67%)
Mutual labels:  analytics
viper
Real-time tracking and analytics using Node.js and Socket.IO
Stars: ✭ 12 (-20%)
Mutual labels:  analytics
tics
🎢 Simple self-hosted analytics ideal for Express / React Native stacks
Stars: ✭ 22 (+46.67%)
Mutual labels:  analytics
goanalytics-web
移动端数据统计webUI
Stars: ✭ 36 (+140%)
Mutual labels:  analytics
hassio-addons
DSMR Reader Datalogger and Metabase Home Assistant Add-ons
Stars: ✭ 29 (+93.33%)
Mutual labels:  analytics
tweegeemee
Twitter Genetic Algorithm Imagery
Stars: ✭ 83 (+453.33%)
Mutual labels:  twitter
node-htmlmetaparser
A `htmlparser2` handler for parsing rich metadata from HTML. Includes HTML metadata, JSON-LD, RDFa, microdata, OEmbed, Twitter cards and AppLinks.
Stars: ✭ 44 (+193.33%)
Mutual labels:  twitter
gnip
Connect to Gnip streaming API and manage rules
Stars: ✭ 28 (+86.67%)
Mutual labels:  twitter
winbot-twitter-bot
Twitter contest bot trained to win giveaways.
Stars: ✭ 22 (+46.67%)
Mutual labels:  twitter
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+86.67%)
Mutual labels:  analytics
politic-bots
Tools and algorithms to analyze Paraguayan Tweets in times of elections
Stars: ✭ 26 (+73.33%)
Mutual labels:  twitter
swift-standard-clients
Client declarations and live implementations for standard iOS managers
Stars: ✭ 28 (+86.67%)
Mutual labels:  analytics
TwitterMediaDownloader
downloads photos and videos from twitter
Stars: ✭ 15 (+0%)
Mutual labels:  twitter

Mood by machinebox

Mood live streams tweets, and analyses the content using Textbox.

Mood app

Requirements

Enviroment variables to connect with Twitter

To Run the app you need the following enviroment variables to be able to connect to Twitter.

MOOD_COSUMER_KEY=consumer_key
MOOD_CONSUMER_SECRET=secret
MOOD_ACCESS_TOKEN=token
MOOD_ACCESS_SECRET=access_secret

To get a the values you can visit Twitter Apps where you can generate the keys for running it.

Textbox

The NLP analysis (keywords, entities, sentiement) is done using Textbox make sure you have an instance of textbox running on http://localhost:8080

Run Mood

From the root directory just:

$ go build

$ ./mood
mood by Machine Box - https://machinebox.io/

Go to: :9000...

Visit http://localhost:9000 and enjoy!

This application is for hacking! Play and Change it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].