C# webbrowser实现百度知道团队邀请助手!

2020-12-13 02:11

阅读:383

标签:blog   ext   get   http   c   2014   

soscw.com,搜素材【百度知道团队邀请助手】

是您快速提高百度知道团队成员数和团队排名的利器!

主要功能:

1.运用C#自带的webbrowser自动登录百度;

2.自动采集请在C#.Net分类排名下的所有用户,邀请这些用户加入自己的团队!

3.可以选择新上升的成员和多少级别一下的成员,因为每天只能有20个名额;


自动登录百度代码如下:

                HtmlElement name = WB1.Document.All["username"];
                HtmlElement pwd = WB1.Document.All["password"];
                name.SetAttribute("value", textBox1.Text);
                pwd.SetAttribute("value", textBox2.Text);
                WB1.Document.GetElementById("TANGRAM__3__submit").InvokeMember("Click");


项目Demo下载地址:

http://download.csdn.net/detail/xtfnpgy/7315097





C# webbrowser实现百度知道团队邀请助手!,搜素材,soscw.com

C# webbrowser实现百度知道团队邀请助手!

标签:blog   ext   get   http   c   2014   

原文地址:http://blog.csdn.net/xtfnpgy/article/details/25290245


评论


亲,登录后才可以留言!