Single Thread Youtubecommentor
I am a vb.net programmer that currently uses a prog I have made to send comments on Youtube but it isn’t using internal code at all. It’s using the Webbrowser Control. I am trying to get away from using the Webbrowser Control and using Httprequest/response and all the internal classes Vb.net offers.
I want this project done because first off I want the source so I can learn more internal functions with it plus I have been wanting to learn how to post data cause it will be posting the comment.
Here are the functions:
Load Usernames/Proxies(Format-UN:PW:PROXY:PORT(This is because I would rather use the same proxy per account at all times)
Load Video Urls to comment(already have a scapper/grabber)
load comments(just rotate them)
1 time out option between comments
I would rather this to be programed in VB.NET VS2008 But if programed in Visual C or anything just make sure to convert.
Thanks

