Skip to content

TweetMapR is a realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR

License

Notifications You must be signed in to change notification settings

tugberkugurlu/TweetMapR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TweetMapR

TweetMapR is a poor man's realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR.

Clone and Run

You can run TweetMapR on your box. Just clone the repository and move the following files and under TweetMapR/src/TweetMapR:

  • scripts/TweetMapR_config/Web.config
  • scripts/TweetMapR_config/Web.Debug.config
  • scripts/TweetMapR_config/Web.Release.config

Then, set your Twitter API Keys inside the Web.config file you just copied:

<add key="ConsumerKey" value="" />
<add key="ConsumerSecret" value="" />
<add key="Token" value="" />
<add key="TokenSecret" value="" />

Finally, run the TweetMapR project. You are good to go!

Running the Windows 8 Client

To run the Windows 8 client, you need to add your own Bing Maps Key to MainPage.xaml file. To get a Bing Maps Key, refer here: Getting a Bing Maps Key.

About

TweetMapR is a realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published