Login Register


I am so fucking bored............... filter_list
Author
Message
I am so fucking bored............... #1
Code:
from BeautifulSoup import BeautifulSoup import urllib2 page = urllib2.urlopen('https://sinister.ly/index.php') soup = BeautifulSoup(page) y = '' for x in soup.html.body.findAll('tr'): y = x.findAll('td') if y and 'users active in the past 60 minutes' in y[0].text: break unlist = '' for x in y: unlist = str(x) soup = BeautifulSoup(unlist) print 'Online Users:' count = 0 for x in soup.findAll('a'): count += 1 for z in x.findAll('span'): print str(count) + ' > ' + str(z.text)

Somebody give me an idea for a python project. Please.

Reply

RE: I am so fucking bored............... #2
Make an analysis bot, for anything.

Reply

RE: I am so fucking bored............... #3
(03-22-2015, 06:20 PM)Lux Wrote: Make an analysis bot, for anything.

Like what? Examples?

Reply

RE: I am so fucking bored............... #4
(03-22-2015, 06:49 PM)Eclipse Wrote: Like what? Examples?

How many threads against replies are made daily, weekly on SL, the most active subforums, what days has most activity etc.

Reply

RE: I am so fucking bored............... #5
(03-22-2015, 07:26 PM)Lux Wrote: How many threads against replies are made daily, weekly on SL, the most active subforums, what days has most activity etc.

Oh, SL related. Cool idea. I'll get on that when I have time. Any others?

Reply







Users browsing this thread: 1 Guest(s)