think tank forum

ttf development » kill freshies now

Fsmart's avatar
14 years ago
r1, link
Fsmart
okay. so here is my crude solution.

1. first you must install r from
r-project.org

2. also you must install the firefox add-on Tab Mix Plus and
3. select the option 'open links from other programs in the current tab'
4. copy and paste the following code in R - this runs through the first 8 threads 1 through 8.

for(i in 1:8) {
browseURL(paste("https://www.thinktankforums.com/thread.php?thread_id=",i,sep=""))
Sys.sleep(2) #this makes the system sleep for 2 seconds before loading the next URL. You may reduce the speed if your system is more responsive.
}

5. if that worked alright for you try the code but rather than going to 1:8 go to the max which is 2395 as of this post.

for(i in 1:2395) {
browseURL(paste("https://www.thinktankforums.com/thread.php?thread_id=",i,sep=""))
Sys.sleep(2) #this makes the system sleep for 2 seconds before loading the next URL. You may reduce the speed if your system is more responsive.
}
Fsmart's avatar
14 years ago
link
Fsmart
as is this code should take about 1.5 hours to fully execute.
bluet's avatar
14 years ago
link
bluet
from ttf import Site

t = Site("https://thinktankforums.com/", "cookies.lwp")

for thread in range(1000000):
    t.posts(str(i))
Fsmart's avatar
14 years ago
link
Fsmart
fresies free, freshies free, freshies free at last!
Fsmart's avatar
14 years ago
link
Fsmart
Merry Christmas me. not a new thinkpad but almost as good.
lucas's avatar
14 years ago
link
lucas
i ❤ demo
haha
bsdlite's avatar
14 years ago
link
bsdlite
thinks darkness is his ally
i think i would rather manually click or hire amt than use r for this purpose
lucas's avatar
14 years ago
r1, link
lucas
i ❤ demo
amt?
bsdlite's avatar
14 years ago
link
bsdlite
thinks darkness is his ally
amazon mechanical turk
lucas's avatar
14 years ago
link
lucas
i ❤ demo
oh yeah
Fsmart's avatar
14 years ago
r1, link
Fsmart
wouldn't that require providing your user name and password out to random people online?
bluet's avatar
14 years ago
link
bluet
You could give them a cookie.
dannyp's avatar
14 years ago
r1, link
dannyp
dʎuuɐp
just zeroed out my freshies (without cheating!).
Fsmart's avatar
14 years ago
link
Fsmart
:P