def post_with_keyword(name, keyword, content, mark): content += mark status = [] for tid in Keyword_Search.get_tids(name, keyword, content): status.append(Post_Add.add(cookies, name, tid, content)) time.sleep(5) return status
def post_add(name, tid, content): return Post_Add.add(cookies, name, tid, content, cookies['BDUSS'], '3')