instagram-crawler icon indicating copy to clipboard operation
instagram-crawler copied to clipboard

add elment date time

Open azmi155 opened this issue 5 years ago • 3 comments

we need date time to analys

azmi155 avatar Apr 06 '19 21:04 azmi155

You can use the mode posts_full to get the datetime

huaying avatar Apr 17 '19 15:04 huaying

how i get date time but i want crawl by hastag

azmi155 avatar Apr 20 '19 08:04 azmi155

python crawler.py posts_full -t pashmina -n 100 -o ./full.json Traceback (most recent call last): File "crawler.py", line 77, in args.debug File "crawler.py", line 25, in get_posts_by_user return ins_crawler.get_user_posts(username, number, detail) File "/home/newbie/instagram-crawler/inscrawler/crawler.py", line 105, in get_user_posts user_profile = self.get_user_profile(username) File "/home/newbie/instagram-crawler/inscrawler/crawler.py", line 94, in get_user_profile post_num, follower_num, following_num = statistics ValueError: need more than 0 values to unpack

azmi155 avatar Apr 20 '19 08:04 azmi155