Popular recipes by AJay Kumar http://code.activestate.com/recipes/users/4187119/2013-07-16T21:44:47-07:00ActiveState Code RecipesManga Downloader (Python)
2013-07-16T21:44:47-07:00AJay Kumarhttp://code.activestate.com/recipes/users/4187119/http://code.activestate.com/recipes/578609-manga-downloader/
<p style="color: grey">
Python
recipe 578609
by <a href="/recipes/users/4187119/">AJay Kumar</a>
(<a href="/recipes/tags/scraping/">scraping</a>).
</p>
<p>Downloads Manga (Japanese Comics)
It will get the images based on search and url
There's an exe available @ Sourceforge
Modules:
1.bs4
2.easygui</p>
Send Messages to millions of facebook Users (Python)
2013-07-08T04:33:58-07:00AJay Kumarhttp://code.activestate.com/recipes/users/4187119/http://code.activestate.com/recipes/578594-send-messages-to-millions-of-facebook-users/
<p style="color: grey">
Python
recipe 578594
by <a href="/recipes/users/4187119/">AJay Kumar</a>
(<a href="/recipes/tags/facebook/">facebook</a>).
</p>
<p>This script will allow you to send Messages to people who have a username on facebook from an email id you specify in the script.Although message will not be sent to their inbox,if you're not a friend but it will be sent to other category.</p>