Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
i8 terminal is a modern python-based terminal application that gives you superior power and flexibility to understand and analyze the market. The interface is simple, efficient, and powerful: it's command-line!
i8 Terminal is backed by the Investoreight Platform and currently covers major U.S. exchanges.
i8 Terminal offers some built-in commands to analyze and research the market. You can also create your own custom commands or extend the existing command. Find an overview of commands here.
Check out the following video to see some more commands from i8 Terminal:
Note: i8 Terminal currently only supports Python 3.9+
If you have Python 3 installed, you can simply install the tool with Python pip:
pip install i8-terminal
We recommend installing i8 terminal in an isolated virtual environment. This can be done as follows:
python3 -m venv .venv
source .venv/bin/activate
pip install i8-terminal
python3 -m venv .venv
source .venv/Script/activate
pip install i8-terminal
On Windows, you can also install i8 Terminal using the Windows executable. Check here if you want to download the windows executable.
The preferred workflow for contributing to i8 Terminal is to clone the GitHub repository, develop on a branch and make a Pull Request.
See here for guidelines for contributors.
i8 Terminal is built on top of the Investoreight Core API.
You can verify whether i8 Terminal is installed successfully by running i8 script:
i8
If you are using the application for the first time, you should first sign in. Run the following command, which will open a browser and redirect you to the investoreight platform to sign in (or sign up):
i8 user login
After a successful login, the most convenient way to use i8 terminal is to use its own shell:
i8 shell
You should now be able to run i8 commands. Check our documentation for more details.
Click here to find more details about the commands.
FAQs
Investor8 CLI
We found that i8-terminal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.