Releases: fanfoujs/nofan
Releases · fanfoujs/nofan
v1.0.0
Nofan 1.0 🎉
I removed some deprecated features and did a lot of optimization work for the 1.0 release.
For 1.0, we have these features below:
- Fetch home-timeline
- Fetch public-timeline
- Fetch mentions-timeline
- Fetch self-timeline
- Fetch user-timeline
- Fetch trends-timeline
- Fetch status item
- Search statuses
- Post statuses
- Post photos
- Reply status
- Repost status
- Multiple account login
- HTTPS secure connection
- Customizable timeline
- Customizable color themes
Color Scheme
You could customize your color scheme by using nofan colors
command:
This is my color scheme:
Support API Parameters
Nofan is very easy to use, but also very powerful. You could pass to API parameters to the CLI by options.
You could do something like this:
$ nofan --page=2 --count=30
Photos Posting
Nofan support post a photo from a local path or clipboard:
# Post a photo from local path, use `-p` or `--photo`
$ nofan unicorn -p ~/Desktop/heart.png
# Post a photo from clipboard (macOS only), use `-c` or `--clipboard`
$ nofan hi my love -c
Verbose Mode
Now we have a verbose mode for the timeline.
Reply & Repost
You could do a quick action by use reply
and repost
command:
# Reply
$ nofan re _5gqZTpjAlM hi litomore
# Repost
$ nofan rt _5gqZTpjAlM hi litomore
Help Command
You could use nofan --help
for more usages.
Donate
You could donate me if you want to do something to support my open-source — also, PRs welcome.