Use Osintgram with a HikerAPI Token
HikerAPI offloads login friction by proxying requests.
Setup
- Register at hikerapi.com and confirm your Telegram.
- Copy the token from the dashboard.
- Export the token:
export HIKERAPI_TOKEN="hf_xxx"
- 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.