Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickzuber/twitter-forensics
:hatched_chick: :mag_right: Record and track some Twitter related information regarding your followers.
https://github.com/nickzuber/twitter-forensics
followers tracking twitter
Last synced: about 2 months ago
JSON representation
:hatched_chick: :mag_right: Record and track some Twitter related information regarding your followers.
- Host: GitHub
- URL: https://github.com/nickzuber/twitter-forensics
- Owner: nickzuber
- Created: 2017-02-06T06:29:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T20:29:40.000Z (almost 7 years ago)
- Last Synced: 2023-03-01T15:35:58.196Z (almost 2 years ago)
- Topics: followers, tracking, twitter
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitter Forensics
-----------------Record and track some Twitter related information regarding your followers.
Usage
-----```
$ git clone [email protected]:nickzuber/twitter-forensics.git
$ cd twitter-forensics
```Update the configuration constants to match your credentials.
```js
const MY_TWITTER_USER_ID = 402143571 // Your Twitter user ID
const MAX_USERS_TO_DISPLAY = 5 // Number of users for forensics reporting
```Then just link and use at the command line.
```
$ npm linkUsage: twitter [command]
Options:
-V, --version output the version number
-h, --help output usage informationCommands:
unfollowers find the people who've recently unfollowed you
nonmutuals find the people who you follow and aren't following you back
```License
-------
MIT (c) Nick Zuber