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
import sys
import os
Line 69 ⟶ 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:
Line 102:
from datetime import datetime, timedelta
from threading import Thread
from passwords import lcsb2
import time
import sys
Line 107 ⟶ 108:
user = "Lowercase sigmabot II"
pw = lcsb2.replace("\n", "")
api = WikiBot("http://en.wikipedia.org/w/api.php")
api.login(user, pw)
|