lislis / delete-your-tweets

An app to delete your tweets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An app to delete your tweets


Languages

Language:Elixir 79.3%Language:JavaScript 13.8%Language:HTML 6.7%Language:Makefile 0.3%