Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol authored Nov 20, 2023
2 parents 5d4be38 + d7339af commit fb780dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_tweet():
config.load({"proxy": {"http": "socks5://127.0.0.1:7890", "https": "socks5://127.0.0.1:7890"}, "max_threads": 2,
"header": {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, "
"like Gecko) "}, "inject_js": "/media/Data/Project/twitter_user_tweet_crawler/script.js",

"save": "/media/Data/Project/twitter_user_tweet_crawler/output/", }
)
from twitter_user_tweet_crawler.tweet import Tweet
Expand Down

0 comments on commit fb780dd

Please sign in to comment.