Guest User

Untitled

a guest
Apr 11th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. require 'ct_bot'
  2.  
  3. wiki "en.wikipedia.org", :user=>"jaesharp", :password=>"noneofyourbusiness"
  4.  
  5. on_new_page :where=>[
  6. :title=>"MyPage",
  7. :creator_is=>"JohnSton12"
  8. ],
  9. :action=> {
  10. |page| page.delete
  11. }
  12.  
  13. wiki.wait_for_events
Add Comment
Please, Sign In to add comment