Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.18 KB

Unfollowers

dependency status

Check who unfollowed you in a fast and simple way

No Ads, no unexpected twits, no problem!

Why this project

Every unfollowers app that I found online had the required permission to send twits, send you ads or any other shit. So I made one for myself :B

Requirements

  • Node.js
  • Twitter App credentials
  • MongoDB database (version ~3.0.0)

Run

First, set the environment variables for Twitter credentials

export TWITTER_CONSUMER_KEY="xxxxxxxxxxxxxxxxxxxxxxxx"
export TWITTER_CONSUMER_SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Twitter credentials are the ones required to be defined as environment variables, you can find more configurable variables in services/Config.js

Run the MondoDB database

Then download the dependencies and run:

npm install
node app.js

Contribute

If anyone want to contribute, please, fork this project, do your contributions and send me a pull request, I'll review them and publish if everything is okay :)