Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const snoowrap = require('snoowrap');
  2.  
  3. const otherRequester = new snoowrap({
  4. userAgent: 'put your user-agent string here',
  5. clientId: 'put your client id here',
  6. clientSecret: 'put your client secret here',
  7. username: 'put your username here',
  8. password: 'put your password here'
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement