Free Python codng available!

YAGS (Yet Another Google Scraper)
-Scrape up to 1k keywords from Google using the scroogle.org proxy (limitations apply)

Get .py script over here http://pastebin.com/25tipwZB
Again, youll need to install Python first

Cheers and enjoy guys!
 
Great post!

Can I ask if you have any recommendations towards Python IDEs? I've never coded in Python before, but a couple of weeks back had a look around and found some awesome libraries, so really want to give it a go and this is a fantastic start!
I would agree with the Eclipse with PyDev plugin. If you are deep into Java or visual automation then I would also look into the Siluli Jython IDE. It is 100% JAVA, PYTHON (with a few jython additions). Even a Kindergartener can use visual automation with it, and with deeper python/jython/javapseudo knowledge, is enough to pull off about anything.
 
sick. awesome gesture of you. now i have to think about what could be cool for me :)
 
An adsense click lock.

Sorry, whats that exactly? Some more details would help.

To everybody else: been a bit busy lately, coding commercial work, but no worries I'm working on your suggestions guys and will be publishing stuff pretty soon.

Cheers
 
Sorry, whats that exactly? Some more details would help.

To everybody else: been a bit busy lately, coding commercial work, but no worries I'm working on your suggestions guys and will be publishing stuff pretty soon.

Cheers

Some thing similar to this :

Code:
http://www.adsenseclicklock.com/

In short, it doesnt let a person from same IP click more than the set clicks On your Google adsense ads.

Eg 2 clicks per IP in a day,

Avoiding click bombing.
 
Last edited:
Some thing similar to this :

Code:
http://www.adsenseclicklock.com/

In short, it doesnt let a person from same IP click more than the set clicks On your Google adsense ads.

Eg 2 clicks per IP in a day,

Avoiding click bombing.

Ahh I see. Probably best to code this in PHP instead of Python. Easier server wise... I might publish a Python version though, you'll just have to set it up on your server.

Cheers
 
Can i take yours Source Code in some of my projects?
 
for sure somthing like this would be most sort after thing http://www.adsenseclicklock.com
then later on you could lock it up and sell it big

I'm actually working on a similar project right now, but I'd probably release for free. Also working on a scrapebox/harvesting related online app too... Will probably have a free public beta on BHW up in a couple of days. So much to do, so little time...
 
I need a program to scrape yahoogroups for a certain keyword and result with the list of groups. Then it should check the list of groups that are unmoderated. Since there is a limit of joining 10groups per day through email. (joining part be skipped). It should then have a mailer which fetches the subscribed groups from yahoo id and send the email to them :D
 
Gave you +rep scriptomania, what you're doing is awesome :)

What I'd like to see is a program that can automatically create programs based on requests from users. This would be killer.

Heh, only joking ;) keep it up!
 
Back
Top