Yes. I run the biggest Youtube Optimization Service on the net. I am a Vb.net Programmer but have not time at all to make this simple tool plus I am not the best at REGEX. Here is what I need for this tool to do. Very simple.
When I am done with a lot of orders I need to get the total amount of Channel Views, Video Views, Ratings, Favorites & Comments that they have. I have to log them and include them in the completion email I send.
Here is the the program needs to do:
-Show the number of Channel Views the Youtube Username has
-Show the number of Video Views a Video(Video URL)
-Show the number of Video Ratings
-Show the number of Video Favorites
-Show the number of Video Comments
I want to be able to load maybe 5 or 10 Video URLs so I can see the total number of Video Views, Ratings, Favorites, and Comments for them so I can log them. So I won’t have to do them one at a time.
What would be so awesome is to just have a text box on the form where I can just paste a lot of text and it will Regex and only pull out the video urls then get the stats on them.
The reason I am saying this is because We do so have in orders our logs look like this:
——————————————————————–
thereemailyahoo.com P4a jahtg46 100,000 92##118,956 http://www.youtube.com/watch?v=0OafAb49ri8 50RAT0##51 50FAV0##51 25COM0
thereemailrsaa.com P1f REProfitCoach 20,000 1,905##38,506 http://www.youtube.com/watch?v=9TWYvjbmih4 10RAT0##11 10FAV0##11 5COM0##7
————————————————————-http://www.youtube.com/watch?v=ntVIi9iNhms 10RAT0##11 10FAV0##11 5COM0##6
————————————————————-http://www.youtube.com/watch?v=6eEflFP0lWw 10RAT0##11 10FAV0##11 5COM0##6
————————————————————-http://www.youtube.com/watch?v=TjKLBQPwgxw 10RAT0##12 10FAV0##11 5COM0##5
————————————————————-http://www.youtube.com/watch?v=tr73HScg1DI 10RAT0##12 10FAV0##11 5COM0##5
————————————————————-http://www.youtube.com/watch?v=FOq-Dh8UTKU 10RAT0##12 10FAV0##11 5COM0##6
thereemailaol.com P3b HealthbridgeTV 50,000 619##51,185 http://www.youtube.com/watch?v=Jg0V88Lr1AA 50RAT0##51 50RAT0##5 10COm0##10
————————————————————-http://www.youtube.com/watch?v=Pa1EvOUCtX0 50RAT0##50 50RAT0##50 10COm0##11
thereemailyahoo.com P3a clarky417 50,000 325##69,878 http://www.youtube.com/watch?v=hfGQUkKRGQ4 50RAT1##77 50FAV0##76 10COM1##11
——————————————————————–
It would be nice just for example to be able to copy all of that text just like that and for it to only pull out the Video URLs then Grab the stats from them.
Then of course the other way around to grab the number of Channel Views you would need to use the Username. So it would be cool to be able to just copy all of that in there and REGEX and just grab the usernames and get the total number of Channel Views for each.
I want this programed in VB.NET Visual Studio 2008 if you can. And I would also like the source code so I can update it when ever I need to from this point on. Plus I have been wanting to strengthen my REGEX Skills so it will help me learn them a lot better.]
I have been programming in VB for round 18 years but i’m just a homebrew programmer. Never took classes or read any books.
Well I know this will be a simple little project and if I am pleased I have a few more small projects to do. Good work is hard to come by, so if I am pleased I will like to use you and only you for the rest of my life
I am not to sure how much to charge for this. If you are not happy with the price just let me know. And we will work it out.
Remember VB.NET(VS2008) and I would like the source to better my knowledge about REGEX