Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 293 Bytes

instareel

cli client for instagram stories

install

cd instareel
npm install

usage

  1. Grab your ds_user_id and sessionid cookie from your web session.
echo "DS_USER_ID=<<your ds_user_id>>" >> .env
echo "SESSIONID=<<your sessionid>>" >> .env
node index.js