Metadata-Version: 2.1
Name: bot-assistant
Version: 0.2.8
Summary: Bot Assistant for Python to avoid getting Blocked for Web Automation
Home-page: https://github.com/soukarja/botAssistant_Python
Author: Soukarja Dutta
Author-email: soukarjadutta@gmail.com
License: MIT
Description: # Python Bot Assistant
        Bot Assistant for Python to avoid getting Blocked for Web Scraping
        
        Basic Features:
        
        -> Generate & Set User Agents basedd on requirements
        
        -> Make boy humanly with randomized waiting time and human like behaviours
        
        -> Control Browser using selenium (Open Browser, Close Browser, Open New Tab, Close Tab, Go to Link)
        
        -> Calculate Time in seconds or MilliSeconds
        
        
        Best suitable for Web Scraping or Automation projects
        
        USAGE:
        
        from botAssistant import *
        bot = botAssistant(debugMode=True) # Create an Instance
        
        
        
Keywords: example project
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
