Skip to content

Self hosted, open source, hackable and fully customizable Twitter client for everyone and for you.

License

Notifications You must be signed in to change notification settings

DavidLibeau/itter.tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itter.tw

Self hosted, open source, hackable and fully customizable Twitter client for everyone and for you.

More info at http://itter.tw. You can follow @ittertwclient.

Installation

This client can be launched in local host.

What you need

How to

  1. Install all requirements
  2. Put the app.js and index.html files in your server/localhost directory
  3. Create an Twitter app at apps.twitter.com with these info :
  • Name : itter.tw
  • Description : itter.tw, cool Twitter client.
  • Website : https://itter.tw/
  1. Create a tokens.json file, with the data of your app
{
   "consumer_key":"...",
   "consumer_secret":"...",
   "access_token":"...",
   "access_token_secret":"..."
}
  1. Put your server adress in index.html
var socket = io.connect('...');
  1. Launch the script
node apps.js
  1. Connect to your page index.html on port :8080
  2. That'ts it. So simple!

##Contribute

Yay!

Just contact me at @DavidLibeau!

About

Self hosted, open source, hackable and fully customizable Twitter client for everyone and for you.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published