vsinder-cli
v0.1.10
Published
A CommandLine Tool for VSINDER.
Downloads
3
Readme
VSINDER CLI
A CommandLine Tool for VSINDER.
Development
- [x] github authentication
- [x] show unread messages
- [x] show profile
- [ ] show user info
- [ ] show chat history
- [ ] send message
- [x] cancel inactive matches
- [x] swiping
- [ ] edit profile
- [ ] edit code
- [ ] auto reply
- [ ] auto swiping
Install
$ npm install -g vsinder-cli
Usage
▩ Show my profile
$ vsinder me
┌────────────────┬────────────────────────────────────────────────────────────────┐
│ NAME │ Vincent0700 │
├────────────────┼────────────────────────────────────────────────────────────────┤
│ AGE │ 26 │
├────────────────┼────────────────────────────────────────────────────────────────┤
│ BIO │ https://github.com/vincent0700 │
├────────────────┼────────────────────────────────────────────────────────────────┤
│ FLAIR │ javascript │
├────────────────┼────────────────────────────────────────────────────────────────┤
│ GOAL │ friendship │
├────────────────┼────────────────────────────────────────────────────────────────┤
│ LIKES │ 352 likes │
└────────────────┴────────────────────────────────────────────────────────────────┘
▩ Show unread messages
$ vsinder unread
Found 2 unread messages.
┌──────────────────────────────┬─────────────────────────────────────────────┬──────────────────┐
│ NAME │ LATEST MESSAGE │ TIME │
├──────────────────────────────┼─────────────────────────────────────────────┼──────────────────┤
│ Romjan D. Hossain │ You? │ 37 minutes │
├──────────────────────────────┼─────────────────────────────────────────────┼──────────────────┤
│ Naomi │ Hello there │ 2 hours │
└──────────────────────────────┴─────────────────────────────────────────────┴──────────────────┘
▩ Swiping
$ vsinder swiping
Allen Wang 27 #java
Wanna be a real coder.
? Like or not? (Use arrow keys)
❯ LIKE
DISLIKE
▩ Cancel inactive matches
Delete matches that have never been communicated over 5 days.
$ vsinder unmatches
[=============================================] 100%
Successfully cancel 45 inactive matches.