Skip to content

Exakis/sociolRoom

Repository files navigation

SociolRoom Analytics

Sociol Room is a webiste displaying in a wall the cognitive analysis results of pictures posted in Twitter and Instagram with a specific hashtag. You can have a demo: http://sociolroom-analytics.azurewebsites.net

#Before starting The website is designed to run on Microsoft Azure. The steps to run the app are:

##Azure provisionning

##Configuration

  • Clone the repository
  • Create a folder named .config on the root folder with 2 files: secretAppSettings.config and secretConnectionStrings.config
  • Replace with your keys

secretAppSettings.config

<?xml version="1.0" encoding="utf-8"?>
<appSettings>
  <add key="Microsoft.ServiceBus.ConnectionString" value="Endpoint=sb://[ENDPOINT];SharedAccessKeyName=[KeyName];SharedAccessKey=[Key]"/>
  <add key="DocumentDBUrl" value="" />
  <add key="DocumentDBPrimaryKey" value="" />
  <add key="Cognitive:VisionAPIKey" value="" />
  <add key="Cognitive:EmotionAPIKey" value="" />
  <add key="Cognitive:FaceAPIKey" value="" />
  <add key="Bing:TranslatorClientID" value="" />
  <add key="Bing:TranslatorClientSecret" value="" />
  <add key="Twitter:ConsumerKey" value="" />
  <add key="Twitter:ConsumerSecret" value="" />
  <add key="Twitter:AccessToken" value="" />
  <add key="Twitter:AccessTokenSecret" value="" />
</appSettings>

secretConnectionStrings.config

<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
  <add name="AzureWebJobsDashboard" connectionString="DefaultEndpointsProtocol=https;AccountName=[Account];AccountKey=[Key]" />
  <add name="AzureWebJobsStorage" connectionString="DefaultEndpointsProtocol=https;AccountName=[Account]AccountKey=[Key]" />
  <add name="AzureWebJobsServiceBus" connectionString="Endpoint=sb://[ENDPOINT];SharedAccessKeyName=[KeyName];SharedAccessKey=[Key]" />
</connectionStrings>

Enjoy !

About

Display a wall of picture analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published