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.
- Host: GitHub
- URL: https://github.com/georgemandis/tweeter-totter
- Owner: georgemandis
- License: mit
- Created: 2019-08-08T23:06:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:10:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T22:21:17.354Z (9 months ago)
- Language: JavaScript
- Homepage: https://george.mand.is/2019/09/tweeter-totter/
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`