npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

crypto-ht

v1.0.11

Published

📌 This project contains a Python script that checks the RSI (Relative Strength Index) values of coins in the USDT pairs on the Binance crypto exchange.

Downloads

30

Readme

RSI Value Check Project on Binance USDT Pairs

📌 This project contains a Python script that checks the RSI (Relative Strength Index) values of coins in the USDT pairs on the Binance crypto exchange.

📌 It was created to check the RSI values of coins traded in the USDT pair on the Binance crypto exchange.

🛑 "This application is not investment advice. Any decision regarding its use must be made by the user. Do your own research or consult a financial advisor before investing."

📖 Usage/Examples/Requirements

📦 1. Python Installation: This script is written in Python 3. Make sure you have Python 3 installed on your computer.

🚀 Features

📌 RSI (Relative Strength Index) is a technical indicator used to analyze the rate and magnitude of price change of an asset.

📌 This Python script calculates the RSI value for each USDT pair and prints the ones with an RSI value below 29.

📌 To do this, it uses the Binance API and fetches the last 14 hours of closing prices for each coin.

📌 Finally, it calculates the RSI value and if it's below 29, it prints the coin's symbol and RSI value on the screen.

📌 By running this script, you can list the coins in the USDT pair on the Binance crypto exchange that have an RSI below 29.

📦 Setup

Open a new terminal window and clone the Project

  git clone https://github.com/hakantektas/crypto-ht.git

Navigate to the project directory

  cd crypto-ht

Install the required packages Install crypto-ht using npm

  npm i crypto-ht

Run to list cryptocurrencies with an RSI of 29 and below for the USDT pair

  npm run getRSI

Run to pull all USDT pairs from the Binance exchange and print them to a file in JSON format

  npm run getSymbol

📊 Displaying Results:** The script prints the symbols and RSI values of coins with RSI below 29. 🚀 Technologies Used

This script is written in Python 3 and built with a GPT-3 based helper provided by OpenAI

Binance APIs are used. For more information, please refer to the Binance API

🛠️ Python Setup

Make sure you have Python 3 installed on your computer, you can install it by following the steps below.

🖥️ Windows

⬇️ 1. Download from Python.org: Download Python 3 for Windows from Python.org, the official website of Python. You can find the download page here.

📦2. Installation: Install Python 3 by running the downloaded file. During installation, you can check the "Add Python 3.x to PATH" option to have Python automatically added to the PATH variable.

3. Check: To make sure that Python is installed correctly, open a command prompt (Command Prompt) and enter the following command:

python --version

🍎 macOS

📦 1. Installation with Homebrew:

If Homebrew is not installed, install Homebrew first:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Next, install Python 3 using the following command:

brew install python

2. Check: To make sure Python is installed correctly, open a terminal and enter the following command:

python3 --version

This command will print the version number of Python installed.

🐧 Linux (Ubuntu/Debian)

📦 1. Install with Apt: Open Terminal and install Python 3 using the following command:

sudo apt update
sudo apt install python3

2. Check:: To make sure Python is installed correctly, open a terminal and enter the following command:

python3 --version

This command will print the version number of Python installed. Following these steps, you can easily install Python 3 on your operating system.

🤝 Contributing

If you would like to contribute to this project, please open a GitHub issue or submit a pull request.

🛑 Disclaimer

This application does not offer investment advice and states that any financial decision should be made by the user. The developers do not accept any responsibility for the use of the project.

📸 Screenshots

Application Screenshot