All Projects → DoumanAsh → fie

DoumanAsh / fie

Licence: other
Small and cute social media CLI.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to fie

madon
Golang Mastodon API library
Stars: ✭ 66 (+175%)
Mutual labels:  mastodon
indigenous-android
An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.
Stars: ✭ 89 (+270.83%)
Mutual labels:  mastodon
feedspora
FeedSpora posts RSS/Atom feeds to your social network accounts.
Stars: ✭ 31 (+29.17%)
Mutual labels:  mastodon
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+33.33%)
Mutual labels:  mastodon
masto.js
🐘 Mastodon API client for JavaScript, TypeScript, Node.js, browsers
Stars: ✭ 518 (+2058.33%)
Mutual labels:  mastodon
omniauth-mastodon
OmniAuth strategy for Mastodon
Stars: ✭ 27 (+12.5%)
Mutual labels:  mastodon
go-ostatus
An OStatus library written in Go
Stars: ✭ 32 (+33.33%)
Mutual labels:  mastodon
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (+179.17%)
Mutual labels:  mastodon
mastodon-to-twitter
Mas2tter - the Mastodon-to-Twitter Mirrorbot
Stars: ✭ 22 (-8.33%)
Mutual labels:  mastodon
mastodon-terraform
Boilerplate for running Mastodon on AWS using Terraform and CircleCI.
Stars: ✭ 86 (+258.33%)
Mutual labels:  mastodon
MstdnTimelinePreviewCard
mastodonのTLにPreviewCardを表示するやつ
Stars: ✭ 12 (-50%)
Mutual labels:  mastodon
mastible
An Ansible playbook to install Mastodon
Stars: ✭ 17 (-29.17%)
Mutual labels:  mastodon
mastodon-api-cs
The Mastodon API Client Library for C#
Stars: ✭ 26 (+8.33%)
Mutual labels:  mastodon
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (+233.33%)
Mutual labels:  minds
polybot
A framework for making social media bots for multiple networks
Stars: ✭ 33 (+37.5%)
Mutual labels:  mastodon
TootNet
Yet Another .NET Mastodon Library
Stars: ✭ 32 (+33.33%)
Mutual labels:  mastodon
ligh7hau5
A Matrix (https://matrix.org/docs/spec/) to Fediverse / ActivityPub client / bridge. Also, some media proxying.
Stars: ✭ 26 (+8.33%)
Mutual labels:  mastodon
mastodon-autofollow
Autofollow bot for mastodon
Stars: ✭ 28 (+16.67%)
Mutual labels:  mastodon
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+725%)
Mutual labels:  mastodon
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+412.5%)
Mutual labels:  mastodon

Fie

Build status Build Status Crates.io Dependency status

Small and cute social media CLI.

Icon

Installation

Download links

Cargo

In order to install CLI utility you need to enable feature cli In addition to that following environment variables are used optionally:

  • Twitter Consumer Token (requires both to present for it to be used):
    • FIE_TWITTER_CONSUMER_KEY - Builtin Consumer key for twitter API;
    • FIE_TWITTER_CONSUMER_SECRET - Builtin Consumer secret for twitter API;

Supported social platforms:

  • Twitter. Using official API.
  • Gab. Using official mastodon like API (Note that it is not clear if their fork will change API or not).
  • Mastodon. Using official API.
  • Minds. Using semi-official API.

Configuration

Configuration file is placed in the same directory as executable.

See documentation on how to setup social medias

Use example as reference.

Usage

Small and cute social media utility.

USAGE:
    fie.exe [FLAGS] <SUBCOMMAND>

FLAGS:
    -g, --gab         Use gab.ai. By default all social medias are used unless flag is specified.
    -h, --help        Prints help information
    -m, --mastodon    Use mastodon. By default all social medias are used unless flag is specified.
        --minds       Use minds. By default all social medias are used unless flag is specified.
    -t, --twitter     Use twitter. By default all social medias are used unless flag is specified.
    -V, --version     Prints version information

SUBCOMMANDS:
    auth     Allows to perform authorization with social media.
    batch    Load CLI arguments from file and runs it.
    env      Prints information about app environment.
    help     Prints this message or the help of the given subcommand(s)
    post     Creates new post.

post

Uses to post content on social platforms. Using -t you can specify hashtags which will be appended as last line of content.

Creates new post.

USAGE:
    fie.exe post [FLAGS] [OPTIONS] <message>

FLAGS:
    -h, --help    Prints help information
    -n, --nsfw    Whether post is NSFW or not.

OPTIONS:
    -i, --image <images>...    Adds image to post. Normally up to 4.
    -t, --tag <tags>...        Adds hashtag at the last line of post.

ARGS:
    <message>    Message content

batch

Load CLI arguments from file and runs it.

USAGE:
    fie.exe batch <file>

FLAGS:
    -h, --help    Prints help information

ARGS:
    <file>    TOML file that describes CLI arguments.

File examples:

env

Prints information about app's environment.

USAGE:
    fie.exe env <SUBCOMMAND>

FLAGS:
    -h, --help    Prints help information

SUBCOMMANDS:
    config    Prints path to config file.
    help      Prints this message or the help of the given subcommand(s)

auth

Allows to perform user authorization using social media API. Currently available authorizations:

  • Twitter PIN based auth. Interactive dialogue will prompt you to follow link and authorize fie.
USAGE:
    fie.exe auth <SUBCOMMAND>

FLAGS:
    -h, --help    Prints help information

SUBCOMMANDS:
    help       Prints this message or the help of the given subcommand(s)
    twitter    Performs authorization with twitter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].