zacks


Namezacks JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple web scraper for extracting data from Zacks Investment Research
upload_time2024-05-08 23:55:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords zacks scraper data extraction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zacks
An unofficial package that extracts portfolio information from Zacks. The only current implementation is `experts_view()`

## Installation
First, make sure to install [geckodriver](https://github.com/mozilla/geckodriver/releases/tag/v0.34.0) for your OS. The default place Zacks will look is `$USER_HOME/chromedriver` but you can change where it points using the -c flag.

If Firefox is installed through snap, you need to use firefox.geckodriver by running
```bash
ln -s $(whereis firefox.geckodriver | awk '{print $2}') geckodriver
```
## Usage
```python
from zacks import experts_view

experts_view()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zacks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "zacks, scraper, data extraction",
    "author": null,
    "author_email": "Alon Leshem <aleshem20@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/60/01/172a8667ec2f8daf51b035d8253042fc427d9e04aff24df3e838e5f6e428/zacks-1.1.0.tar.gz",
    "platform": null,
    "description": "# Zacks\nAn unofficial package that extracts portfolio information from Zacks. The only current implementation is `experts_view()`\n\n## Installation\nFirst, make sure to install [geckodriver](https://github.com/mozilla/geckodriver/releases/tag/v0.34.0) for your OS. The default place Zacks will look is `$USER_HOME/chromedriver` but you can change where it points using the -c flag.\n\nIf Firefox is installed through snap, you need to use firefox.geckodriver by running\n```bash\nln -s $(whereis firefox.geckodriver | awk '{print $2}') geckodriver\n```\n## Usage\n```python\nfrom zacks import experts_view\n\nexperts_view()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple web scraper for extracting data from Zacks Investment Research",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [
        "zacks",
        " scraper",
        " data extraction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19adda5f3aa550dac7d6f8f10823d8da8e0f00c4641a774594194dafa76069e2",
                "md5": "d4d4b317ca1ce3a0b2de50935bb7a7f5",
                "sha256": "3fa886d80e914438a8fa96941b04c4c9f1339b517160cbbd85ee27056ddd652a"
            },
            "downloads": -1,
            "filename": "zacks-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4d4b317ca1ce3a0b2de50935bb7a7f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2798,
            "upload_time": "2024-05-08T23:54:58",
            "upload_time_iso_8601": "2024-05-08T23:54:58.736045Z",
            "url": "https://files.pythonhosted.org/packages/19/ad/da5f3aa550dac7d6f8f10823d8da8e0f00c4641a774594194dafa76069e2/zacks-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6001172a8667ec2f8daf51b035d8253042fc427d9e04aff24df3e838e5f6e428",
                "md5": "764485474ae17f7d740a9934583e422f",
                "sha256": "4f1f91334ca3c347dc29c133a6ad9809b956fc50bdb9038518259053fca5c433"
            },
            "downloads": -1,
            "filename": "zacks-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "764485474ae17f7d740a9934583e422f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2683,
            "upload_time": "2024-05-08T23:55:00",
            "upload_time_iso_8601": "2024-05-08T23:55:00.551982Z",
            "url": "https://files.pythonhosted.org/packages/60/01/172a8667ec2f8daf51b035d8253042fc427d9e04aff24df3e838e5f6e428/zacks-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 23:55:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zacks"
}
        
Elapsed time: 0.22718s