virtualc08
Supreme Member
- Mar 23, 2010
- 1,380
- 959
Yet another amazing use of good footprints. I have used similar foot prints for different uses. I will share it someday 
Thanks
Regards
Thanks
Regards
do you use SB proxies or do you have your own?
I'm about to use this method and see if it works...
Yet another amazing use of good footprints. I have used similar foot prints for different uses. I will share it someday
Thanks
Regards
What tools are you guide using for commenting afterwards?
This is a great method.I tested it and found that some of them are not Autoapproved.So I think when you scrape the list,it's better to comment on them manually
Do you think by sharing this method on this forum you gonna get "Thanks" then you are wrong buddy.
You will get REP+3
from datetime import *
import os
##by MadMX for BHW
def write():
print("Working...Wait a few seconds...")
f = open("footprintlist.txt","w")
for i in range (7):
#vars#
date = now - timedelta(days=i)
dayname = date.strftime("%A")
daynameshort = dayname[:3]
day = date.strftime("%d")
month = date.strftime("%m")
monthname = date.strftime("%B")
year = "20" + date.strftime("%y")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + month + "/" + day + "/" + year + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "/" + month + "/" + day + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "/" + day + "/" + month + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + month + "-" + day + "-" + year + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "-" + month + "-" + day + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "-" + day + "-" + month + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + month + "." + day + "." + year + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "." + month + "." + day + "\n")
f.write("Submitted by Anonymous (not verified) on " + daynameshort + ", " + year + "." + day + "." + month + "\n")
f.write("Submitted by Anonymous (not verified) on " + monthname + " " + day + ", " + year + "\n")
f.write("Submitted by Anonymous (not verified) on " + day + " " + monthname + ", " + year + "\n")
f.close()
#Main
now = datetime.today()
write()
print("Done! File saved: " + os.getcwd() + "\\footprintlist.txt")
Dunno what I missed as I put those foots (adjusted the date to todays first of course) in the right box and selected one week timeline, Google only. Scrape gave me a thousand (where others say only half a dozen?) but the results don't seem to be the drupal type of commentable blogs I'm after?
Also, what would be the foot for the drupals that you DO have to register to comment, I have some of those and it's a pita but less spam and worth it for the high pr ********s.