Categorygithub.com/naborisk/concrnt-cli
repositorypackage
0.0.0-20240905155502-326faa573f4b
Repository: https://github.com/naborisk/concrnt-cli.git
Documentation: pkg.go.dev

# README

Concrnt CLI

A command line interface client for the concrnt social media platform. Written in Go. This is a very WIP project.

Running

Go is needed to run this program. You can download it here or install it via your package manager.

Configuration

The configuration is stored in .env file. Filling out the .env file is required to run the program. The following are the required fields:

  • CCID: Your Concrnt CCID (public key)
  • PRIVATE_KEY: Your Concrnt master private key or subkey
  • CKID: Your Concrnt CKID (in case of using a subkey)
  • TIMELINES: The timelines to post to. Separated by commas. The fetch function will only fetch from the first timeline for now.
  • BASE_URL: The base URL of the Concrnt server, e.g. https://your-domain.com/api/v1