Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. const Nightmare = require('nightmare');
  2. const nightmare = Nightmare({
  3. show: true,
  4. webPreferences: {
  5. partition: 'nopersist'
  6. },
  7. });
  8.  
  9. const username = 'wisnugro';
  10. const password = '12345678';
  11. const search = '#jogja';
  12. const comment = 'keren';
  13. const posts = 10;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement