Demand for an auto-register and auto-post tool?

invinceable

Regular Member
Joined
Jul 12, 2008
Messages
427
Reaction score
78
I was just running through some ideas of some cool product ideas in my head. Is there any demand for a program that you could just say leave running all night in your taskbar that automatically creates new accounts and automatically verifies them?

So several websites you need to click on a link in an email to register, so this program would say have 3 sites it could use to simply autogenerate and autopost your link or whatever or bookmark all night long.

Do you think there is a market for this or would people want it/buy it?
 
Haha well alright give me some time !
 
well, without CAPTCHA recognizing it will be pretty useless..
 
What type of accounts are you referring to? You need to be more specific about this, because those are the libraries you will have to program in order to automate registration.

Say for instance you want to autocreate phpbb/pligg/vbulletin members. The libraries and auto-reg code will be different based on the registration method necessary. There are a few products existing on the market that do this or something very similar such as xrumer, prosubmitter, autopligg.

Is there demand for this? Of course. Is it easy to build one of these tools out of thin air if you aren't a superior programmer? Definately not.
 
What type of accounts are you referring to? You need to be more specific about this, because those are the libraries you will have to program in order to automate registration.

Say for instance you want to autocreate phpbb/pligg/vbulletin members. The libraries and auto-reg code will be different based on the registration method necessary. There are a few products existing on the market that do this or something very similar such as xrumer, prosubmitter, autopligg.

Is there demand for this? Of course. Is it easy to build one of these tools out of thin air if you aren't a superior programmer? Definately not.

Yep, I am aware of it. The only instance in which the same library for captcha decryption could be implemented is if two sites, say delicious and digg were using the exact same captcha.

And in terms of accounts I was thinking of sites like propeller (PR 7), and buddymarks (PR 5) and one more which I have not decided. Everything will be completely and totally automated, automatic account creation, validation, and article/bookmark submission. The reason I want to use different types of sites is to allow the user to more easily get listed on similar sites.

Many people simply find things of Propeller and put them on digg and vice versa. By included submission to three main types (video, bookmark, site bookmark) you should be able to get some pretty decent traffic and get indexed in about a day.

Any sites anyone would like to see included in this program?
 
Now if you could build a framework for auto account creation that would be good, So that you just have to write a small modules to support other sites.

The module would have to have a list of the post fields and the url to post or get

You would want to be able to map the type of field

eg

DATE1 would be "Date of birth field in format YYMMDD"
ADD1 would be "First line of street address"

The program would then need to have a email filter that said get emails with a subject of "New account signup for ABC.com" and then a simple regex to tell it what url it would need to click on.

The only problem that you will face is the CAPTCHA's you will need to have different methods to crack them as most sites used different methods to generate them.

There use to be a good framework written in perl for doing all of this :-)
 
Now if you could build a framework for auto account creation that would be good, So that you just have to write a small modules to support other sites.

The module would have to have a list of the post fields and the url to post or get

You would want to be able to map the type of field

eg

DATE1 would be "Date of birth field in format YYMMDD"
ADD1 would be "First line of street address"

The program would then need to have a email filter that said get emails with a subject of "New account signup for ABC.com" and then a simple regex to tell it what url it would need to click on.

The only problem that you will face is the CAPTCHA's you will need to have different methods to crack them as most sites used different methods to generate them.

There use to be a good framework written in perl for doing all of this :-)


I think I am going to do it in python. And I think I will sell them as modules so like the program is an all-in-one jack of trades, so say you want one site you just pay $10 for the new site.
 
great idea and I like the sound of the addon on mods, you great a base frame work and then use it how your want getting the addon's that you need. And if you want you can write your own addons
 
Back
Top