|
@@ -436,9 +436,6 @@ class Follow:
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
- # print(Follow.get_users_from_feishu('follow'))
|
|
|
- # print(len(Follow.get_users_from_feishu('follow')))
|
|
|
print(Follow.filter_words('follow'))
|
|
|
- # Follow.search_to_all_user_homepage('follow')
|
|
|
pass
|
|
|
|