Skip to content

Releases: fanfoujs/nofan

v1.0.0

20 Feb 13:51
d7da40f
Compare
Choose a tag to compare

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:

image

This is my color scheme:

image

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.

image

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.