Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
A simple utility to interact with the Revolt API via the command line.
You can install Termivolt via the following methods:
npm i -g termivolt
yarn global add termivolt
Yarn 2+ doesn't support global installs, but you can run Termivolt as a "one-time" command with yarn dlx
:
yarn dlx termivolt <command, eg -help>
(Note that you'll have to append yarn dlx
every time you want to use Termivolt with this method.)
pnpm add termivolt --global
Required arguments are in <angle brackets>, while optional arguments are in [square brackets].
Aside from the help command, the following arguments are required for all commands:
--user/--bot
determines whether the token is a bot or session token. These require different methods of authentication.In addtion, you can optionally specify a custom API URL (e.g. https://api.myrevoltinstan.ce
). This should be the last argument and in quotes. This is not required if you're using the official Revolt instance (https://revolt.chat
).
To send messages with Termivolt, run termivolt -send
. Here's the full list of arguments:
termivolt -send <(--user/--bot)> <token> <channel id (in quotes)> <message content (in quotes)> [custom API URL]
In addtion to the required arguments:
To kick members from servers with Termivolt, run termivolt -kick
. Note that you'll need the Kick Members
permission - if you get a 403 error, this might be why. Here's the full list of arguments:
termivolt -kick <(--user/--bot)> <token> <server id (in quotes)> <user id (in quotes)> [custom API URL]
In addtion to the required arguments:
To ban members from servers with Termivolt, run termivolt -ban
. Note that you'll need the Ban Members
permission - if you get a 403 error, this might be why. Here's the full list of arguments:
termivolt -ban <(--user/--bot)> <token> <server id (in quotes)> <user id (in quotes)> [custom API URL]
In addtion to the required arguments:
If you need help, or want to see a list of commands, run termivolt -help
. This will also show you what version of Termivolt you're using, which is useful for bug reports and such.
If you want to report a bug, suggest a feature or get help with using Termivolt, you can open an issue or join Termivolt's support server on Revolt.
FAQs
A simple utility to interact with the Revolt API via the command line.
We found that termivolt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.