Skip to content

Commit

Permalink
更新公共域邮箱
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony committed Oct 8, 2018
1 parent 86d7bd7 commit 4ebeea0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grank/script/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def analyse_email(data,config):
'@users.noreply.github.com','@live.com',
'@126.com','@outlook.com',
'@yahoo.com','',
'@aliyun.com','@yeah.net']
'@aliyun.com','@yeah.net',
'@yahoo.co.uk','@googlemail.com'
'@hotmail.com','@yandex.ru']
df = pd.DataFrame(data["commitArray"])

for index,row in df.iterrows():
Expand Down

1 comment on commit 4ebeea0

@bestony
Copy link
Member Author

@bestony bestony commented on 4ebeea0 Oct 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#29

Please sign in to comment.