Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newebe CLI

Small client to use the distributed social network Newebe from the command line. It's useful when you're too lazy to open a web browser.

Install

pip install git+https://github.com/gelnior/newebe-cli.git

Configure

Create ~/.newebe-config then put your newebe url as first line and put your password as second line.

I know that doesn't provide a good security. But you can start by making it only readable by your user.

Usage

This displays the last 10 messages you received:

newebe_cli.py get lastmessages

This posts a new message to your contacts:

newebe_cli.py post <message>

Full usage:

Usage:
  newebe_cli.py get lastmessages [--config=config_file]
  newebe_cli.py post <message> [--tag=<tag>] [--config=config_file]
  newebe_cli.py (-h | --help)
  newebe_cli.py --version
Options:
  -h --help                Show this screen.
  --version                Show version.
  --tag=<tag>              Post messaage with given tag.
  --config=<config_file>   Change config file location
                           (default: ~/.newebe-config).

About

Command Line Interface for Newebe

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages