Skip to content
View Debashis24k's full-sized avatar

Block or report Debashis24k

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Debashis24k/README.md

Upbit Unlisted Token Deposit Monitor

This tool watches the Arkham Intel Upbit entity page and flags tokens that appear there but are not currently listed on Upbit (based on the Upbit public markets API).

Setup

  1. Install Python dependencies:
pip install -r requirements.txt
python -m playwright install chromium
  1. (Optional) Configure Telegram notifications by setting environment variables:
  • TELEGRAM_BOT_TOKEN
  • TELEGRAM_CHAT_ID

If unset, the script will just print to stdout.

Run

python monitor_upbit_unlisted.py --headed --interval=10
  • --headed: run with a visible browser (recommended to avoid anti-bot blocking). Omit for headless.
  • --interval: seconds between DOM scans. Network responses are processed live as they arrive.

Notes

  • The script uses heuristics to extract tokens from both network responses and the visible DOM on intel.arkm.com. The site may change over time; adjust selectors if needed.
  • Upbit-listed tokens are fetched from https://api.upbit.com/v1/market/all and compared by symbol (the part after the hyphen in markets like KRW-BTC).
  • If Arkham blocks headless automation, use --headed.

Popular repositories Loading

  1. Debashis24k Debashis24k Public

    Config files for my GitHub profile.

    Python

  2. sui-let-s-build- sui-let-s-build- Public

    Forked from MystenLabs/sui

    Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language

    Rust