Skip to main content

CLI client for BitScreen

Project description

BitScreen CLI Guide

Installation

pip install bitscreen-cli

First steps

Before starting to interact with BitScreen, you should first log in. You can do this two ways:

Using a private key

To obtain your private key from Metamask, you can check out this tutorial.

$ bitscreen-cli auth login
What's you Ethereum wallet address?: <your wallet address>
What's your private key?: <your private key>

Using a mnemonic/seed phrase

To obtain your seed phrase from Metamask, you can check out this tutorial.

$ bitscreen-cli auth login --from-seed
Please provide your seed phrase: <your seed phrase>

No matter which one of there two methods you pick, you will be asked if you want these credentials to be saved (locally) for future logins. These credentials are never leaving your machine through BitScreen CLI, they are only used to sign messages locally.

Documentation

Usage:

$ bitscreen-cli [OPTIONS] COMMAND [ARGS]...

Options:

  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Commands:

  • auth
  • cid
  • dashboard
  • directory
  • filter
  • settings
  • setup

bitscreen-cli auth

Usage:

$ bitscreen-cli auth [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • login
  • logout
  • register

bitscreen-cli auth login

Usage:

$ bitscreen-cli auth login [OPTIONS]

Options:

  • --fromseed: Will require a seed phrase.
  • --help: Show this message and exit.

bitscreen-cli auth logout

Usage:

$ bitscreen-cli auth logout [OPTIONS]

Options:

  • --help: Show this message and exit.

bitscreen-cli auth register

Usage:

$ bitscreen-cli auth register [OPTIONS] WALLET

Arguments:

  • WALLET: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli setup

Usage:

$ bitscreen-cli setup [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • install

bitscreen-cli setup install

Usage:

$ bitscreen-cli setup install

bitscreen-cli cid

Usage:

$ bitscreen-cli cid [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • list_blocked

bitscreen-cli cid list_blocked

Usage:

$ bitscreen-cli cid list_blocked [OPTIONS]

Options:

  • -o, --outputfile TEXT
  • --help: Show this message and exit.

bitscreen-cli dashboard

Usage:

$ bitscreen-cli dashboard [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • show

bitscreen-cli dashboard show

Usage:

$ bitscreen-cli dashboard show [OPTIONS]

Options:

  • --help: Show this message and exit.

bitscreen-cli directory

Usage:

$ bitscreen-cli directory [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • details
  • discard
  • import
  • list_blocked

bitscreen-cli directory details

Usage:

$ bitscreen-cli directory details [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli directory discard

Usage:

$ bitscreen-cli directory discard [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli directory import

Usage:

$ bitscreen-cli directory import [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli directory list

Usage:

$ bitscreen-cli directory list [OPTIONS]

Options:

  • --search TEXT: [default: ]
  • --help: Show this message and exit.

bitscreen-cli filter

Usage:

$ bitscreen-cli filter [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • add
  • add-cid
  • delete
  • details
  • disable
  • edit
  • enable
  • list
  • remove-cid

bitscreen-cli filter add

Usage:

$ bitscreen-cli filter add [OPTIONS]

Options:

  • --name TEXT: [required]
  • --description TEXT: [required]
  • --visibility TEXT: [required]
  • --override INTEGER: [required]
  • --help: Show this message and exit.

bitscreen-cli filter add-cid

Usage:

$ bitscreen-cli filter add-cid [OPTIONS] FILTER CID

Arguments:

  • FILTER: [required]
  • CID: [required]

Options:

  • --refurl TEXT: [default: ]
  • --help: Show this message and exit.

bitscreen-cli filter delete

Usage:

$ bitscreen-cli filter delete [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --confirm / --no-confirm: [default: False]
  • --help: Show this message and exit.

bitscreen-cli filter details

Usage:

$ bitscreen-cli filter details [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli filter disable

Usage:

$ bitscreen-cli filter disable [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli filter edit

Usage:

$ bitscreen-cli filter edit [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --name TEXT
  • --description TEXT
  • --override INTEGER
  • --visibility TEXT
  • --help: Show this message and exit.

bitscreen-cli filter enable

Usage:

$ bitscreen-cli filter enable [OPTIONS] FILTER

Arguments:

  • FILTER: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli filter list

Usage:

$ bitscreen-cli filter list [OPTIONS]

Options:

  • --search TEXT: [default: ]
  • --help: Show this message and exit.

bitscreen-cli filter remove-cid

Usage:

$ bitscreen-cli filter remove-cid [OPTIONS] FILTER CID

Arguments:

  • FILTER: [required]
  • CID: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli settings

Usage:

$ bitscreen-cli settings [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • disable
  • enable
  • get
  • set

bitscreen-cli settings disable

Usage:

$ bitscreen-cli settings disable [OPTIONS] ACTION:[filtering|sharing|importing]

Arguments:

  • ACTION:[filtering|sharing|importing]: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli settings enable

Usage:

$ bitscreen-cli settings enable [OPTIONS] ACTION:[filtering|sharing|importing]

Arguments:

  • ACTION:[filtering|sharing|importing]: [required]

Options:

  • --help: Show this message and exit.

bitscreen-cli settings get

Usage:

$ bitscreen-cli settings get [OPTIONS]

Options:

  • --help: Show this message and exit.

bitscreen-cli settings set

Usage:

$ bitscreen-cli settings set [OPTIONS] KEY:[country|name|website|email|contact-person|address] VALUE

Arguments:

  • KEY:[country|name|website|email|contact-person|address]: [required]
  • VALUE: [required]

Options:

  • --help: Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitscreen-cli-0.1.25.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bitscreen_cli-0.1.25-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file bitscreen-cli-0.1.25.tar.gz.

File metadata

  • Download URL: bitscreen-cli-0.1.25.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for bitscreen-cli-0.1.25.tar.gz
Algorithm Hash digest
SHA256 15046a42224d35c4cf1a87422f9174bf5324185787415bc7d2c2ae5c92983c3d
MD5 13efc1a778a8b9563a7b63b14d054695
BLAKE2b-256 7313ae2b2554bb5bb6c87b29cc08372ac20342b36b1020b5db04b20213625bef

See more details on using hashes here.

File details

Details for the file bitscreen_cli-0.1.25-py3-none-any.whl.

File metadata

  • Download URL: bitscreen_cli-0.1.25-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for bitscreen_cli-0.1.25-py3-none-any.whl
Algorithm Hash digest
SHA256 1bc0d37d025c26b9b78b93836e83c3cc2a57ead68ec79132e772567a12fce60e
MD5 cae3487e546412c24c2b8d08f631e79b
BLAKE2b-256 b87a73fdbd9c5491d44f76ef42d62098916948e2d72c8f583bdd5679ad5634a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page