Guest User

Untitled

a guest
Mar 11th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. def accounts = [[username:'account1', password:'changeme'],[username:'account2',password:'changeme']]
  2.  
  3. def threads=100
  4.  
  5. while(true){
  6. GParsPool.withPool(threads){
  7. accounts.eachParallel {
  8. //authenticate
  9. //post tweat #dadiawards
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment