MCPcopy Index your code
hub / github.com/InstaPy/InstaPy / query_clarifai

Method query_clarifai

instapy/instapy.py:884–899  ·  view source on GitHub ↗

Method for querying Clarifai using parameters set in clarifai_check_img_for

(self)

Source from the content-addressed store, hash-verified

882 return self
883
884 def query_clarifai(self):
885 """Method for querying Clarifai using parameters set in
886 clarifai_check_img_for"""
887 return check_image(
888 self.browser,
889 self.clarifai_api_key,
890 self.clarifai_img_tags,
891 self.clarifai_img_tags_skip,
892 self.logger,
893 self.clarifai_models,
894 self.clarifai_workflow,
895 self.clarifai_probability,
896 self.clarifai_full_match,
897 self.clarifai_check_video,
898 proxy=self.clarifai_proxy,
899 )
900
901 def follow_commenters(
902 self,

Callers 8

like_by_locationsMethod · 0.95
comment_by_locationsMethod · 0.95
like_by_tagsMethod · 0.95
like_by_usersMethod · 0.95
interact_by_usersMethod · 0.95
interact_by_URLMethod · 0.95

Calls 1

check_imageFunction · 0.85

Tested by

no test coverage detected