Content deleted Content added
Updating source) (bot |
Updating source) (bot |
||
Line 1:
Source as of
== Sandbot1.py ==
Line 27:
from wikibot import WikiBot
from passwords import lcsb2 as pw
import sys
import os
Line 70:
user = "Lowercase sigmabot II"
#pw = lcsb2.replace("\n", "")
api = WikiBot("http://en.wikipedia.org/w/api.php")
if shut_off_check("User:Lowercase sigmabot II/Shutoff") is False:
print "!!! Emergency shut off page is not true"
sys.exit()
api.login(user, pw)
|