{"id":15023011,"url":"https://github.com/doumanash/fie","last_synced_at":"2025-10-25T02:31:11.847Z","repository":{"id":57650598,"uuid":"107094701","full_name":"DoumanAsh/fie","owner":"DoumanAsh","description":"Small and cute social media CLI.","archived":false,"fork":false,"pushed_at":"2020-08-05T07:59:00.000Z","size":243,"stargazers_count":26,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T00:36:20.510Z","etag":null,"topics":["gab","mastodon","minds","twitter"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoumanAsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-16T07:45:00.000Z","updated_at":"2024-05-31T00:32:18.000Z","dependencies_parsed_at":"2022-09-26T20:30:35.565Z","dependency_job_id":null,"html_url":"https://github.com/DoumanAsh/fie","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Ffie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Ffie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Ffie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Ffie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoumanAsh","download_url":"https://codeload.github.com/DoumanAsh/fie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238065141,"owners_count":19410587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gab","mastodon","minds","twitter"],"created_at":"2024-09-24T19:58:38.184Z","updated_at":"2025-10-25T02:31:05.389Z","avatar_url":"https://github.com/DoumanAsh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fie\n\n[![Build status](https://ci.appveyor.com/api/projects/status/oc937oppd38x1y4y/branch/master?svg=true)](https://ci.appveyor.com/project/DoumanAsh/fie/branch/master)\n[![Build Status](https://travis-ci.org/DoumanAsh/fie.svg?branch=master)](https://travis-ci.org/DoumanAsh/fie)\n[![Crates.io](https://img.shields.io/crates/v/fie.svg)](https://crates.io/crates/fie)\n[![Dependency status](https://deps.rs/crate/fie/0.16.3/status.svg)](https://deps.rs/crate/fie)\n\nSmall and cute social media CLI.\n\n![Icon](icon.jpg)\n\n## Installation\n\n### Download links\n\n* Windows [64bit](https://github.com/DoumanAsh/fie/releases/download/0.16.3/fie-0.16.3-x86_64-pc-windows-msvc.zip)\n* Linux [64bit](https://github.com/DoumanAsh/fie/releases/download/0.16.3/fie-0.16.3-x86_64-unknown-linux-gnu.zip)\n* OSX [64bit](https://github.com/DoumanAsh/fie/releases/download/0.16.3/fie-0.16.3-x86_64-apple-darwin.zip)\n\n### Cargo\n\nIn order to install CLI utility you need to enable feature `cli`\nIn addition to that following environment variables are used optionally:\n\n- Twitter Consumer Token (requires both to present for it to be used):\n    - `FIE_TWITTER_CONSUMER_KEY` - Builtin Consumer key for twitter API;\n    - `FIE_TWITTER_CONSUMER_SECRET` - Builtin Consumer secret for twitter API;\n\n## Supported social platforms:\n\n* Twitter. Using official API.\n* Gab. Using official mastodon like API (Note that it is not clear if their fork will change API or not).\n* Mastodon. Using official API.\n* Minds. Using semi-official API.\n\n## Configuration\n\nConfiguration file is placed in the same directory as executable.\n\nSee [documentation](docs/configuration.md) on how to setup social medias\n\nUse [example](fie.toml) as reference.\n\n## Usage\n\n```\nSmall and cute social media utility.\n\nUSAGE:\n    fie.exe [FLAGS] \u003cSUBCOMMAND\u003e\n\nFLAGS:\n    -g, --gab         Use gab.ai. By default all social medias are used unless flag is specified.\n    -h, --help        Prints help information\n    -m, --mastodon    Use mastodon. By default all social medias are used unless flag is specified.\n        --minds       Use minds. By default all social medias are used unless flag is specified.\n    -t, --twitter     Use twitter. By default all social medias are used unless flag is specified.\n    -V, --version     Prints version information\n\nSUBCOMMANDS:\n    auth     Allows to perform authorization with social media.\n    batch    Load CLI arguments from file and runs it.\n    env      Prints information about app environment.\n    help     Prints this message or the help of the given subcommand(s)\n    post     Creates new post.\n```\n\n### post\n\nUses to post content on social platforms.\nUsing `-t` you can specify hashtags which will be appended as last line of content.\n\n```\nCreates new post.\n\nUSAGE:\n    fie.exe post [FLAGS] [OPTIONS] \u003cmessage\u003e\n\nFLAGS:\n    -h, --help    Prints help information\n    -n, --nsfw    Whether post is NSFW or not.\n\nOPTIONS:\n    -i, --image \u003cimages\u003e...    Adds image to post. Normally up to 4.\n    -t, --tag \u003ctags\u003e...        Adds hashtag at the last line of post.\n\nARGS:\n    \u003cmessage\u003e    Message content\n```\n\n### batch\n\nLoad CLI arguments from file and runs it.\n\n```\nUSAGE:\n    fie.exe batch \u003cfile\u003e\n\nFLAGS:\n    -h, --help    Prints help information\n\nARGS:\n    \u003cfile\u003e    TOML file that describes CLI arguments.\n```\n\nFile examples:\n* [Post](fie_post.toml)\n\n### env\n\nPrints information about app's environment.\n\n```\nUSAGE:\n    fie.exe env \u003cSUBCOMMAND\u003e\n\nFLAGS:\n    -h, --help    Prints help information\n\nSUBCOMMANDS:\n    config    Prints path to config file.\n    help      Prints this message or the help of the given subcommand(s)\n```\n\n### auth\n\nAllows to perform user authorization using social media API.\nCurrently available authorizations:\n\n- Twitter PIN based auth. Interactive dialogue will prompt you to follow link and authorize fie.\n\n```\nUSAGE:\n    fie.exe auth \u003cSUBCOMMAND\u003e\n\nFLAGS:\n    -h, --help    Prints help information\n\nSUBCOMMANDS:\n    help       Prints this message or the help of the given subcommand(s)\n    twitter    Performs authorization with twitter\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Ffie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoumanash%2Ffie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Ffie/lists"}