Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cybertron
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
cybertron
Commits
ccdd1f2f
Commit
ccdd1f2f
authored
Mar 20, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
1bd968e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
50 additions
and
21 deletions
+50
-21
Project.xml
.idea/codeStyles/Project.xml
+29
-0
dbnavigator.xml
.idea/dbnavigator.xml
+0
-0
workspace.xml
.idea/workspace.xml
+0
-0
auto_at_once.py
auto_at_once.py
+3
-3
auto_click.py
auto_click.py
+1
-1
auto_click_n.py
auto_click_n.py
+1
-1
auto_commnet.py
auto_commnet.py
+1
-1
auto_every_day.py
auto_every_day.py
+2
-2
auto_follow.py
auto_follow.py
+1
-1
auto_follow_majia.py
auto_follow_majia.py
+3
-3
auto_follow_new.py
auto_follow_new.py
+1
-1
auto_follow_one.py
auto_follow_one.py
+1
-1
auto_lunch_app.py
auto_lunch_app.py
+1
-1
auto_star_topic.py
auto_star_topic.py
+2
-2
auto_star_urge.py
auto_star_urge.py
+1
-1
auto_urge.py
auto_urge.py
+1
-1
auto_urge_three.py
auto_urge_three.py
+1
-1
test.py
test.py
+1
-1
No files found.
.idea/codeStyles/Project.xml
0 → 100644
View file @
ccdd1f2f
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<DBN-PSQL>
<case-options
enabled=
"false"
>
<option
name=
"KEYWORD_CASE"
value=
"lower"
/>
<option
name=
"FUNCTION_CASE"
value=
"lower"
/>
<option
name=
"PARAMETER_CASE"
value=
"lower"
/>
<option
name=
"DATATYPE_CASE"
value=
"lower"
/>
<option
name=
"OBJECT_CASE"
value=
"preserve"
/>
</case-options>
<formatting-settings
enabled=
"false"
/>
</DBN-PSQL>
<DBN-SQL>
<case-options
enabled=
"false"
>
<option
name=
"KEYWORD_CASE"
value=
"lower"
/>
<option
name=
"FUNCTION_CASE"
value=
"lower"
/>
<option
name=
"PARAMETER_CASE"
value=
"lower"
/>
<option
name=
"DATATYPE_CASE"
value=
"lower"
/>
<option
name=
"OBJECT_CASE"
value=
"preserve"
/>
</case-options>
<formatting-settings
enabled=
"false"
>
<option
name=
"STATEMENT_SPACING"
value=
"one_line"
/>
<option
name=
"CLAUSE_CHOP_DOWN"
value=
"chop_down_if_statement_long"
/>
<option
name=
"ITERATION_ELEMENTS_WRAPPING"
value=
"chop_down_if_not_single"
/>
</formatting-settings>
</DBN-SQL>
</code_scheme>
</component>
\ No newline at end of file
.idea/dbnavigator.xml
0 → 100644
View file @
ccdd1f2f
This diff is collapsed.
Click to expand it.
.idea/workspace.xml
View file @
ccdd1f2f
This diff is collapsed.
Click to expand it.
auto_at_once.py
View file @
ccdd1f2f
...
...
@@ -8,9 +8,9 @@ import traceback
from
log_settings
import
*
import
logging
auto_click_url
=
"http://earth.
gmeiapp
.com/api/v1/like"
auto_reply_url
=
"http://earth.
gmeiapp
.com/api/v1/reply/create"
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_click_url
=
"http://earth.
iyanzhi
.com/api/v1/like"
auto_reply_url
=
"http://earth.
iyanzhi
.com/api/v1/reply/create"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
...
...
auto_click.py
View file @
ccdd1f2f
...
...
@@ -7,7 +7,7 @@ import traceback
from
log_settings
import
*
import
logging
auto_click_url
=
"http://earth.
gmeiapp
.com/api/v1/like"
auto_click_url
=
"http://earth.
iyanzhi
.com/api/v1/like"
def
get_majia
():
...
...
auto_click_n.py
View file @
ccdd1f2f
...
...
@@ -6,7 +6,7 @@ import random
import
traceback
from
log_settings
import
*
import
logging
auto_click_url
=
"http://earth.
gmeiapp
.com/api/v1/like"
auto_click_url
=
"http://earth.
iyanzhi
.com/api/v1/like"
def
get_majia
():
...
...
auto_commnet.py
View file @
ccdd1f2f
...
...
@@ -8,7 +8,7 @@ import traceback
from
log_settings
import
*
import
logging
auto_reply_url
=
"http://earth.
gmeiapp
.com/api/v1/reply/create"
auto_reply_url
=
"http://earth.
iyanzhi
.com/api/v1/reply/create"
def
get_majia
():
...
...
auto_every_day.py
View file @
ccdd1f2f
...
...
@@ -8,9 +8,9 @@ from log_settings import *
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
auto_pick_url
=
"http://earth.
gmeiapp
.com/api/v1/pick/do_pick"
auto_pick_url
=
"http://earth.
iyanzhi
.com/api/v1/pick/do_pick"
def
get_majia
():
...
...
auto_follow.py
View file @
ccdd1f2f
...
...
@@ -6,7 +6,7 @@ import random
import
traceback
from
log_settings
import
*
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
def
get_majia
():
...
...
auto_follow_majia.py
View file @
ccdd1f2f
...
...
@@ -7,9 +7,9 @@ import pandas as pd
import
traceback
from
log_settings
import
*
import
logging
auto_click_url
=
"http://earth.
gmeiapp
.com/api/v1/like"
auto_reply_url
=
"http://earth.
gmeiapp
.com/api/v1/reply/create"
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_click_url
=
"http://earth.
iyanzhi
.com/api/v1/like"
auto_reply_url
=
"http://earth.
iyanzhi
.com/api/v1/reply/create"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
def
get_cookies
(
user_id
):
...
...
auto_follow_new.py
View file @
ccdd1f2f
...
...
@@ -6,7 +6,7 @@ import random
import
traceback
from
log_settings
import
*
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
def
get_majia
():
...
...
auto_follow_one.py
View file @
ccdd1f2f
...
...
@@ -7,7 +7,7 @@ import traceback
from
log_settings
import
*
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
def
get_majia
():
...
...
auto_lunch_app.py
View file @
ccdd1f2f
...
...
@@ -8,7 +8,7 @@ from log_settings import *
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
...
...
auto_star_topic.py
View file @
ccdd1f2f
...
...
@@ -7,9 +7,9 @@ import traceback
from
log_settings
import
*
import
logging
auto_follow_url
=
"http://earth.
gmeiapp
.com/api/v1/follow"
auto_follow_url
=
"http://earth.
iyanzhi
.com/api/v1/follow"
auto_click_url
=
"http://earth.
gmeiapp
.com/api/v1/like"
auto_click_url
=
"http://earth.
iyanzhi
.com/api/v1/like"
def
get_majia
():
...
...
auto_star_urge.py
View file @
ccdd1f2f
...
...
@@ -7,7 +7,7 @@ import pandas as pd
import
traceback
from
log_settings
import
*
import
logging
auto_urge_url
=
"http://earth.
gmeiapp
.com/api/v1/user/urge"
auto_urge_url
=
"http://earth.
iyanzhi
.com/api/v1/user/urge"
def
get_majia
():
...
...
auto_urge.py
View file @
ccdd1f2f
...
...
@@ -7,7 +7,7 @@ import pandas as pd
import
traceback
from
log_settings
import
*
import
logging
auto_urge_url
=
"http://earth.
gmeiapp
.com/api/v1/user/urge"
auto_urge_url
=
"http://earth.
iyanzhi
.com/api/v1/user/urge"
def
get_majia
():
...
...
auto_urge_three.py
View file @
ccdd1f2f
...
...
@@ -7,7 +7,7 @@ import traceback
from
log_settings
import
*
import
logging
auto_urge_url
=
"http://earth.
gmeiapp
.com/api/v1/user/urge"
auto_urge_url
=
"http://earth.
iyanzhi
.com/api/v1/user/urge"
def
get_majia
():
...
...
test.py
View file @
ccdd1f2f
...
...
@@ -8,7 +8,7 @@ import traceback
import
logging
import
json
login_url
=
"http://earth.
gmeiapp
.com/api/account/login_pwd"
login_url
=
"http://earth.
iyanzhi
.com/api/account/login_pwd"
def
index_first
():
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment