├── README.md ├── RandomHeaders.py ├── UserAgent.csv ├── WebBot.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theriley106/MultiPage/HEAD/README.md -------------------------------------------------------------------------------- /RandomHeaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theriley106/MultiPage/HEAD/RandomHeaders.py -------------------------------------------------------------------------------- /UserAgent.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theriley106/MultiPage/HEAD/UserAgent.csv -------------------------------------------------------------------------------- /WebBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theriley106/MultiPage/HEAD/WebBot.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selenium==2.53.6 --------------------------------------------------------------------------------