Skip to content

vsmart/delete-your-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeleteYourTweets Build Status

This app lets you bulk delete your tweets.

Setup

  • Run make install. If it fails, it's likely you don't have some of the dependencies for Phoenix apps installed. Go to the Phoenix Installation Guide for help.
  • Next, you need to register a Twitter app. To do that, go to Twitter Apps.
  • You will receive a key and a secret for your app. Expose these in your environment as TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET, e.g. export TWITTER_CONSUMER_KEY=ohai.

Run the app

  • Run make start

Now you can visit localhost:4000 from your browser.

Learn more about Phoenix