Commit 7eaf54c5 authored by lixiaofang's avatar lixiaofang

hh

parent aa954e64
......@@ -78,7 +78,7 @@
<entry key="comment" value="16" />
<entry key="cuigeng" value="1" />
<entry key="data" value="12" />
<entry key="py" value="3157" />
<entry key="py" value="3172" />
<entry key="unr_data" value="1" />
<entry key="xuqiu" value="1" />
</counts>
......@@ -86,7 +86,7 @@
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PLAIN_TEXT" value="35" />
<entry key="Python" value="3157" />
<entry key="Python" value="3172" />
</counts>
</usages-collector>
</session>
......@@ -116,8 +116,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/auto_commnet.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="183">
<caret line="122" selection-start-line="122" selection-end-line="122" />
<state relative-caret-position="160">
<caret line="116" lean-forward="true" selection-start-line="116" selection-end-line="116" />
<folding>
<element signature="e#0#15#0" expanded="true" />
<element signature="e#249#309#0" />
......@@ -160,8 +160,8 @@
</option>
</component>
<component name="ProjectFrameBounds">
<option name="x" value="176" />
<option name="y" value="53" />
<option name="x" value="282" />
<option name="y" value="35" />
<option name="width" value="1280" />
<option name="height" value="725" />
</component>
......@@ -273,7 +273,7 @@
<servers />
</component>
<component name="ToolWindowManager">
<frame x="176" y="53" width="1280" height="725" extended-state="0" />
<frame x="282" y="35" width="1280" height="725" extended-state="0" />
<layout>
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.17791899" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
......@@ -286,7 +286,7 @@
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Version Control" order="7" show_stripe_button="false" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.328594" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.31753555" />
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
<window_info anchor="bottom" id="Python Console" order="10" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
......@@ -508,8 +508,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/auto_commnet.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="183">
<caret line="122" selection-start-line="122" selection-end-line="122" />
<state relative-caret-position="160">
<caret line="116" lean-forward="true" selection-start-line="116" selection-end-line="116" />
<folding>
<element signature="e#0#15#0" expanded="true" />
<element signature="e#249#309#0" />
......
......@@ -22,16 +22,6 @@ def index_first():
def login():
num_majia = random.randint(1, 300)
# user_id=majia[num_majia]
user = 's_PzFznI@shadow.com'
pwd = '123456'
cookies = index_first()
post_dict={
'account_type':2,
'pwd':pwd,
......@@ -66,9 +56,6 @@ def dz(cookies_get, id):
text=response.text
if text[0]['error'] == 1 and text[0]['message']=='\\u5e16\\u5b50\\u5df2\\u4e0b\\u7ebf':
print("该产品已下线")
def time_conv(numtime):
now = datetime.datetime.now()
......@@ -96,7 +83,7 @@ if __name__ == "__main__":
for i in range(len(time_list)):
time.sleep(random.randint(3000,4500))
#time.sleep(random.randint(3000,4500))
numtime = time_conv(time_list[i])
......@@ -106,14 +93,24 @@ if __name__ == "__main__":
id = int(j[0])
time.sleep(random.randint(200,500))
#time.sleep(random.randint(200,500))
num_cishu = random.randint(0, 1)
if num_cishu == 1:
cookies=login()
num_majia = random.randint(1, 300)
# user_id=majia[num_majia]
user = 's_AzAfOj@shadow.com'
pwd = '123456'
cookies = index_first()
cook=login(cookies,user,pwd)
dz(cookies, id)
dz(cook, id)
......@@ -117,9 +117,9 @@ if __name__ == "__main__":
pwd = '123456'
cookies=login(cookies,user,pwd)
cook=login(cookies,user,pwd)
comment = get_comment()
reply(cookies, id, comment)
reply(cook, id, comment)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment