Giter Club home page Giter Club logo

t-nuke's Introduction

T-Nuke

T-Nuke deletes users Tweets from a certain time, depending on their options passed.

Requirements

  • Node 8.11.3 (LTS)
  • A Twitter and Twitter Developer account
  • A developer application created and access to:
    • consumer_key
    • consumer_secret
    • access_token
    • access_token_secret

Installation

Clone the repo

git clone [email protected]:aarogrammer/t-nuke.git

Usage

Environment variables

Make sure to set your environment variables so that config/env.js can use them.

    export APP_PORT=''
    export CONSUMER_KEY=''
    export CONSUMER_SECRET=''
Command Description Example/More Information
export TNUKE_APP_PORT= (Number) The port to run your express server on 8080
export TNUKE_CONSUMER_KEY='' (String) The consumer key to your application https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html
export TNUKE_CONSUMER_SECRET='' (String) The consumer secret to your application https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html
export TNUKE_CALLBACK_URL='' (String) Callback URL for when user has logged in https://developer.twitter.com/en/docs/basics/developer-portal/guides/callback-urls.html
export TNUKE_SESSION_SECRET='' (String) Secret for your express session https://www.npmjs.com/package/express-session#secret

Start Application

npm start

Testing Application

Note: Test coverage is pretty poor atm.

npm test

t-nuke's People

Contributors

aarogrammer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.