テストはcsdn積分をブラシで評論することによって、1つの評論の1つの積分を目測します
5591 ワード
テスト!
テスト完了
结论csdnのコメントには、同じコンテンツを送信することができず、無限に投稿することができ、検証コードがないなど、コンテンツフィルタリングがありません.
下一次ソース:pythonのseleniumでブラウザを操作してコメントを送ります
OK、テストはここまでです.
せっかく何千ものコメントがシステム削除されて、点数も帰ってきたのに、あははは...では、今度は読書量で点数を上げるしかありません.
ブラシで読む量はもっと簡単です.上陸もいらない...
システムはクッキーで同じ人かどうかを検査するだけです.
だからクッキーを削除するたびに、ページを再開すればいいのです...
読書量が増えたのではないでしょうか...
テスト完了
结论csdnのコメントには、同じコンテンツを送信することができず、無限に投稿することができ、検証コードがないなど、コンテンツフィルタリングがありません.
下一次ソース:pythonのseleniumでブラウザを操作してコメントを送ります
#coding=utf-8
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import os,time
def denglu():
driver.get('https://passport.csdn.net/account/login?')
time.sleep(3)
driver.find_element_by_id("username").send_keys(" ")
driver.find_element_by_id("password").send_keys(" ")
time.sleep(2)
driver.find_element_by_class_name("logging").click()
def pinglun(url):
driver.get(url)
#time.sleep(3)
driver.find_element_by_id("comment_content").send_keys(u" ")
driver.find_element_by_xpath('''//input[@type="submit"]''').click()
'''
urls=['http://blog.csdn.net/hzx3739/article/details/50117967',
'http://blog.csdn.net/hzx3739/article/details/50282231',
'http://blog.csdn.net/hzx3739/article/details/50115621',
'http://blog.csdn.net/hzx3739/article/details/50115621',
'http://blog.csdn.net/hzx3739/article/details/49408805',
'http://blog.csdn.net/hzx3739/article/details/49281695',
'http://blog.csdn.net/hzx3739/article/details/48845129',
'http://blog.csdn.net/hzx3739/article/details/49808569',
'http://blog.csdn.net/hzx3739/article/details/49640309',
'http://blog.csdn.net/hzx3739/article/details/49455391',
'http://blog.csdn.net/hzx3739/article/details/49432933',
'http://blog.csdn.net/hzx3739/article/details/49428661',
'http://blog.csdn.net/hzx3739/article/details/49336637',
'http://blog.csdn.net/hzx3739/article/details/49315483',
'http://blog.csdn.net/hzx3739/article/details/49282241',
'http://blog.csdn.net/hzx3739/article/details/49179825',
'http://blog.csdn.net/hzx3739/article/details/49130427',
'http://blog.csdn.net/hzx3739/article/details/50287905',
'http://blog.csdn.net/hzx3739/article/details/50287911',
'http://blog.csdn.net/hzx3739/article/details/50287925',
'http://blog.csdn.net/hzx3739/article/details/50287769',
'http://blog.csdn.net/hzx3739/article/details/50322505',
'http://blog.csdn.net/hzx3739/article/details/50347863',
'http://blog.csdn.net/hzx3739/article/details/50351457',
'http://blog.csdn.net/hzx3739/article/details/50355382'
]
'''
urls=['http://blog.csdn.net/hzx3739/article/details/50392026',]
driver=webdriver.Firefox()
denglu()
while 1:
for url in urls:
pinglun(url)
time.sleep(2)
OK、テストはここまでです.
せっかく何千ものコメントがシステム削除されて、点数も帰ってきたのに、あははは...では、今度は読書量で点数を上げるしかありません.
ブラシで読む量はもっと簡単です.上陸もいらない...
システムはクッキーで同じ人かどうかを検査するだけです.
だからクッキーを削除するたびに、ページを再開すればいいのです...
#coding=utf-8
from selenium import webdriver
from selenium.webdriver.common.keys import Keys # keys
import os,time
"""
urls=['http://blog.csdn.net/hzx3739/article/details/50117967',
'http://blog.csdn.net/hzx3739/article/details/50282231',
'http://blog.csdn.net/hzx3739/article/details/50115621',
'http://blog.csdn.net/hzx3739/article/details/50115621',
'http://blog.csdn.net/hzx3739/article/details/49408805',
'http://blog.csdn.net/hzx3739/article/details/49281695',
'http://blog.csdn.net/hzx3739/article/details/48845129',
'http://blog.csdn.net/hzx3739/article/details/49808569',
'http://blog.csdn.net/hzx3739/article/details/49640309',
'http://blog.csdn.net/hzx3739/article/details/49455391',
'http://blog.csdn.net/hzx3739/article/details/49432933',
'http://blog.csdn.net/hzx3739/article/details/49428661',
'http://blog.csdn.net/hzx3739/article/details/49336637',
'http://blog.csdn.net/hzx3739/article/details/49315483',
'http://blog.csdn.net/hzx3739/article/details/49282241',
'http://blog.csdn.net/hzx3739/article/details/49179825',
'http://blog.csdn.net/hzx3739/article/details/49130427',
'http://blog.csdn.net/hzx3739/article/details/50287905',
'http://blog.csdn.net/hzx3739/article/details/50287911',
'http://blog.csdn.net/hzx3739/article/details/50287925',
'http://blog.csdn.net/hzx3739/article/details/50287769',
'http://blog.csdn.net/hzx3739/article/details/50322505',
'http://blog.csdn.net/hzx3739/article/details/50347863',
'http://blog.csdn.net/hzx3739/article/details/50351457',
'http://blog.csdn.net/hzx3739/article/details/50355382'
]
"""
urls=['http://blog.csdn.net/hzx3739/article/details/50392026',
#'http://blog.csdn.net/hzx3739/article/details/50322505',
#'http://blog.csdn.net/hzx3739/article/details/50347863',
]
driver = webdriver.Firefox()
while 1:
for url in urls:
driver.get(url)
driver.delete_all_cookies()
読書量が増えたのではないでしょうか...