Use Osintgram with a HikerAPI Token

HikerAPI offloads login friction by proxying requests.

Setup

  1. Register at hikerapi.com and confirm your Telegram.
  2. Copy the token from the dashboard.
  3. Export the token:
    export HIKERAPI_TOKEN="hf_xxx"
  4. Run Osintgram:
    python3 main.py target --command info

Windows PowerShell

$env:HIKERAPI_TOKEN = "hf_xxx"
python main.py target --command info

Diagram

  sequenceDiagram
    participant O as Osintgram
    participant H as HikerAPI
    participant I as Instagram
    O->>H: Command request
    H->>I: Instagram API call
    I-->>H: Response
    H-->>O: Sanitised data

Monitor request quotas—HikerAPI offers 100 free calls per day, after which you must upgrade or throttle.