topliftarm

Results 4 issues of topliftarm

hi i am try to scrape friends by get_friends(_id, cookies="cookies.json" ,timeout=90, start_url=start_url, request_url_callback=handle_pagination_url) with time.sleep(randint(5,15)) Question: i can see friend list of target in browser manually BUT programmatically Temporarily banned!...

hi, thank you very much for your tools. unfortunately i can not scrap following this is my error : NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//a[contains(@href,"/following")]/span[1]/span[1]"} (Session...

hi i want to classify texts: classifier = EasySequenceClassifier() hub = HFModelHub() hub.search_model_by_task('text-classification') model = hub.search_model_by_name('nlptown/bert-base', user_uploaded=True)[0]; sentence = classifier.tag_text(text=inputs, model_name_or_path=model, mini_batch_size=1) Q1: how force to run it on CPU?...

now i cant retrieve Following of users! i use this in google colab : c = twint.Config() c.Username = "myName" c.Store_csv = False c.Following = True c.Output = c.Username +...