{ "info": { "author": "Heroadn H.Kaiser", "author_email": "benbenjamin554@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "# VoltagePy\nSimple tool for easy integration for scrappers\n\n
pip install VoltagePy\nafter that you are ready, just download a drive for the browser \nlike https://sites.google.com/a/chromium.org/chromedriver/downloads \nfor chrome ones\n\n\n import VoltagePy\n\n VoltagePy.setup('webdrivers/Chrome/76/linux_76')\n VoltagePy.open(\"https://www.duckduckgo.com\")\n print(VoltagePy.pageHtml())\n VoltagePy.quit()\n\n\n