Changes

Jump to navigation Jump to search
no edit summary
===help_search_handler_stuff(self)===
This function does some things on the current page in an attempt to appear more human. As of now, the function has a notes feature that will randomly jot down notes on the current page.
 
 
==utils.py==
This file contains a few useful functions for waiting and moving the mouse. This is the human file for this project.
 
===sleep_secs(secs)===
This is a simple function that has the browser wait for a specified number of seconds.
 
===sleep_rand(limit=__SLEEP_LIMIT__)===
This function has the browser wait for a random amount of time less than the user provided limit. If the user does not provide a limit, the browser waits for a random time less than 5 seconds.
 
===move_strategy1(self)===
This is a function within the MouseMove class. This function moves the mouse randomly across the window. It uses autopy to move the mouse across the window visibly to the user.
 
===move_to(self, x=None, y=None)===
This function is a function within the MouseMove class. Given an x and y coordinates on the screen, this function will move the mouse to that given point.
 
===move_random(self)===
This function chooses a random MouseMove method and executes it.
== To what extent are we able to reproduce the network structure in LinkedIn (From Previous) ==

Navigation menu