Skip to content

pierrechls/kill-my-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kill my tweets

Small interface to display real-time tweets and able to be destroyed by the user.

How to use it

Clone the project

git clone https://github.com/pierrechls/kill-my-tweets.git

Go to the project root

cd kill-my-tweets

Install all modules from package.json file

npm install

Create a JSON file configuration to connect your Twitter App

{
	"consumer_key"        : "[YOUR_CONSUMER_KEY]",
	"consumer_secret"     : "[YOUR_CONSUMER_SECRET]",
	"access_token_key"    : "[YOUR_ACCESS_TOKEN_KEY]",
	"access_token_secret" : "[YOUR_ACCESS_TOKEN_SECRET]"
}
  • Copy/paste this text on your json file
  • Name this file : twitter_auth.json
  • Put it in the init folder
  • Complete with your authentication informations

Select your hashtag

  • Go to the init folder
  • Change the default hashtag in the config.json file

Run app

node app.js

Open your favorite browser and tap this url

http://localhost:8080/

Prior installation

You have to download Node.js

About

NodeJS application displaying real-time tweets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published