https://github.com/vrypan/fargo
fargo is a Farcaster CLI written in Go.
https://github.com/vrypan/fargo
cli-app farcaster golang
Last synced: 10 months ago
JSON representation
fargo is a Farcaster CLI written in Go.
- Host: GitHub
- URL: https://github.com/vrypan/fargo
- Owner: vrypan
- License: mit
- Created: 2024-10-28T14:29:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T20:23:28.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:20:56.579Z (over 1 year ago)
- Topics: cli-app, farcaster, golang
- Language: Go
- Homepage:
- Size: 411 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

`fargo` is a Farcaster CLI written in Go.
# Install
## Generic
Clone the repo, and run `make local`. Copy the generated binary `fargo` to a location in your `$PATH`.
## Homebrew
Fargo can be installed with Brew by using the command below.
`brew install vrypan/fargo/fargo`
# Use
```
A command line tool to interact with Farcaster
Usage:
fargo [command]
Available Commands:
cache Cache management
completion Generate the autocompletion script for the specified shell
config Get/Set fargo configuration parameters
download Download Farcaster-embedded URLs
get Get Farcaster data
help Help about any command
post Submit messages to the network
snapshot Create a cast/thread snapshot
version Get the current version
Flags:
-h, --help help for fargo
Use "fargo [command] --help" for more information about a command.
```
The most interesting command is `fargo get`.
Try `fargo get --help` or `fargo get @vrypan.eth/0x3e9f6825dc23a14efb4c5d71723f5bea2f89095f -e`.
The second one will also make you appreciate how much spam is suppressed by Warpcast.
## Interacting with the network
To interact with the network (currently `fargo post cast`) you will need an app keypair (private/public).
At the moment, Fargo does not provide a way to generate these keys, but you can use a service like
https://www.castkeys.xyz to generate them.
Check out `fargo post cast --help` for more info.