An open API service indexing awesome lists of open source software.

https://github.com/georgemandis/tweeter-totter

A project that ensures your tweet history never exceeds the number of followers you have.
https://github.com/georgemandis/tweeter-totter

Last synced: 4 months ago
JSON representation

A project that ensures your tweet history never exceeds the number of followers you have.

Awesome Lists containing this project

README

          

# Tweeter Totter

```
🦜 🦜
--____--______--
/\
```

Keep your Twitter tweet-to-follower ratio in check.

## Getting setup

You will need to create credentials for your app at [developer.twitter.com](https://developer.twitter.com) and create a hidden JSON file in your home directory at for your operating system:

- Windows: `/home//.tweeter-totter.json`
- Mac: `/Users//.tweeter-totter.json`
- Linux: `/home//.tweeter-totter.json`

Look at the `credentials-example.json` file in this repository to see how it should be structured.

## How to use

Once you've setup your credentials you can run Tweeter Totter:

`node bin/tweeter-totter.js`

If you'd like to install it globally so that you can simply invoke `tweeter-totter` from anywhere you can do so like this:

`npm install -g`