Guest User

Untitled

a guest
Jun 19th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Code Sample of Getting Instagram Stories
  2.  
  3. Prints Instagram stories of a specific user as HTML.
  4.  
  5. ## requirements
  6.  
  7. ### environment variables
  8.  
  9. ```
  10. $ export TARGET_USER_ID=YOUR-TARGET-USER-ID
  11. $ export MY_USER_ID=YOUR-USER-ID
  12. $ export SESSION_ID=YOUR-SESSION-ID
  13. $ export CSRF_TOKEN=YOUR-CSRF-TOKEN
  14. ```
Add Comment
Please, Sign In to add comment