LinkedinAutomation


NameLinkedinAutomation JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryA Python package for remove unwanted linkedin connection.
upload_time2024-10-15 15:55:38
maintainerNone
docs_urlNone
authorRanjeet Aloriya
requires_python>=3.6
licenseNone
keywords breach response breach notification notification lists data consolidation unique identifiers affected parties data merging efficiency tools duplicate notifications incident response document review data consolidation unique identifiers affected parties data merging efficiency tools duplicate notifications incident response breach response
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LinkedinAutomation

## What LinkedinAutomation Does

LinkedinAutomation is a Python package designed for remove unwanted linkedin connection.

## Key Features

- **Remove Conncetion**: Easily remove unwanted connections.
- **Store Data**: Automatically generate two files for stored removed connection data and checked connection data.
- **User-Friendly API**: Simple methods for quick integration into your projects.

## How to Install LinkedinAutomation

To install this package, run:

```bash
pip install LinkedinAutomation
```

## Get Started Using LinkedinAutomation

### Quick Code Demo

Here's a quick example to demonstrate how to use the package after installation:

```python
import LinkedinAutomation as la

# Display help information
nl.help()
```

Output:
```
You will get contact information.
```

### Ensure the give all requires variables



### Generating Unique IDs

You can generate unique IDs based on contact names with the following method:

```python
import LinkedinAutomation as la

# Generate unique IDs from a CSV file
la.removeconnection(u_name = "your username",
                    pswd = "your password",
                    start_from = 0,
                    checked = "checked_connection.csv",
                    removed = "removed_connection.csv",
                    chrome_driver = "chromedriver.exe")
```

Output:
```
Basis on reply, tenure unwanted connection will be removed.
```




## Maintainer

- [Ranjeet Aloriya](https://www.linkedin.com/in/ranjeet-aloriya/)

<!-- ## Community

Join our community to discuss features, share your projects, or seek help:

- GitHub Discussions: [Link to Discussions]
- Stack Overflow: [Link to relevant tags] -->

## How to Cite LinkedinAutomation

If you use LinkedinAutomation in your research or projects, please cite it as follows:

```
Your Name, Collaborator's Name. (Year). LinkedinAutomation: A Python Package for Remove unwanted connections. GitHub. URL
```

<!-- ## Contribution Guidelines

We welcome contributions to LinkedinAutomation! Please follow these guidelines:

1. **Fork the repository**: Create your own fork of the project.
2. **Create a feature branch**: Make a new branch for your feature or bug fix.
3. **Make your changes**: Implement your changes in your branch.
4. **Submit a pull request**: Once you’re ready, submit a pull request for review.

For detailed contribution instructions, check the [CONTRIBUTING.md](link-to-contributing-file). -->

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) for more details.

---

Thank you for using LinkedinAutomation! We hope it simplifies your breach response efforts.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "LinkedinAutomation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "breach response, breach notification, notification lists, data consolidation, unique identifiers, affected parties, data merging, efficiency tools, duplicate notifications incident response, document review, data consolidation, unique identifiers, affected parties, data merging, efficiency tools, duplicate notifications, incident response, breach response",
    "author": "Ranjeet Aloriya",
    "author_email": "ranjeet.aloriya@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/99/30a87d64ecf3ccdc5c624dbd31c1d136f62c2b3beb666c162b4ed8348fec/LinkedinAutomation-0.1.tar.gz",
    "platform": null,
    "description": "# LinkedinAutomation\r\n\r\n## What LinkedinAutomation Does\r\n\r\nLinkedinAutomation is a Python package designed for remove unwanted linkedin connection.\r\n\r\n## Key Features\r\n\r\n- **Remove Conncetion**: Easily remove unwanted connections.\r\n- **Store Data**: Automatically generate two files for stored removed connection data and checked connection data.\r\n- **User-Friendly API**: Simple methods for quick integration into your projects.\r\n\r\n## How to Install LinkedinAutomation\r\n\r\nTo install this package, run:\r\n\r\n```bash\r\npip install LinkedinAutomation\r\n```\r\n\r\n## Get Started Using LinkedinAutomation\r\n\r\n### Quick Code Demo\r\n\r\nHere's a quick example to demonstrate how to use the package after installation:\r\n\r\n```python\r\nimport LinkedinAutomation as la\r\n\r\n# Display help information\r\nnl.help()\r\n```\r\n\r\nOutput:\r\n```\r\nYou will get contact information.\r\n```\r\n\r\n### Ensure the give all requires variables\r\n\r\n\r\n\r\n### Generating Unique IDs\r\n\r\nYou can generate unique IDs based on contact names with the following method:\r\n\r\n```python\r\nimport LinkedinAutomation as la\r\n\r\n# Generate unique IDs from a CSV file\r\nla.removeconnection(u_name = \"your username\",\r\n                    pswd = \"your password\",\r\n                    start_from = 0,\r\n                    checked = \"checked_connection.csv\",\r\n                    removed = \"removed_connection.csv\",\r\n                    chrome_driver = \"chromedriver.exe\")\r\n```\r\n\r\nOutput:\r\n```\r\nBasis on reply, tenure unwanted connection will be removed.\r\n```\r\n\r\n\r\n\r\n\r\n## Maintainer\r\n\r\n- [Ranjeet Aloriya](https://www.linkedin.com/in/ranjeet-aloriya/)\r\n\r\n<!-- ## Community\r\n\r\nJoin our community to discuss features, share your projects, or seek help:\r\n\r\n- GitHub Discussions: [Link to Discussions]\r\n- Stack Overflow: [Link to relevant tags] -->\r\n\r\n## How to Cite LinkedinAutomation\r\n\r\nIf you use LinkedinAutomation in your research or projects, please cite it as follows:\r\n\r\n```\r\nYour Name, Collaborator's Name. (Year). LinkedinAutomation: A Python Package for Remove unwanted connections. GitHub. URL\r\n```\r\n\r\n<!-- ## Contribution Guidelines\r\n\r\nWe welcome contributions to LinkedinAutomation! Please follow these guidelines:\r\n\r\n1. **Fork the repository**: Create your own fork of the project.\r\n2. **Create a feature branch**: Make a new branch for your feature or bug fix.\r\n3. **Make your changes**: Implement your changes in your branch.\r\n4. **Submit a pull request**: Once you\u00e2\u20ac\u2122re ready, submit a pull request for review.\r\n\r\nFor detailed contribution instructions, check the [CONTRIBUTING.md](link-to-contributing-file). -->\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) for more details.\r\n\r\n---\r\n\r\nThank you for using LinkedinAutomation! We hope it simplifies your breach response efforts.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for remove unwanted linkedin connection.",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "breach response",
        " breach notification",
        " notification lists",
        " data consolidation",
        " unique identifiers",
        " affected parties",
        " data merging",
        " efficiency tools",
        " duplicate notifications incident response",
        " document review",
        " data consolidation",
        " unique identifiers",
        " affected parties",
        " data merging",
        " efficiency tools",
        " duplicate notifications",
        " incident response",
        " breach response"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a81d9271457575dcb66ef8f9fe5c8d2c35090472b076de1a9d1f5f41fad163a",
                "md5": "4bfc0eb6e2a02289363d919e4d20543f",
                "sha256": "cb1cce440d63ffe2840a2e8ecef90ce8e730c1a0a5807bcb329feb8fdccc73b1"
            },
            "downloads": -1,
            "filename": "LinkedinAutomation-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bfc0eb6e2a02289363d919e4d20543f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4531,
            "upload_time": "2024-10-15T15:55:37",
            "upload_time_iso_8601": "2024-10-15T15:55:37.458292Z",
            "url": "https://files.pythonhosted.org/packages/6a/81/d9271457575dcb66ef8f9fe5c8d2c35090472b076de1a9d1f5f41fad163a/LinkedinAutomation-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f9930a87d64ecf3ccdc5c624dbd31c1d136f62c2b3beb666c162b4ed8348fec",
                "md5": "55b3114e0089f615ecb3f03b20599236",
                "sha256": "c8ecbe49964d6eabdc75f6155f48b0ae8280690a502275f98d90a79f62e5ef64"
            },
            "downloads": -1,
            "filename": "LinkedinAutomation-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "55b3114e0089f615ecb3f03b20599236",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4347,
            "upload_time": "2024-10-15T15:55:38",
            "upload_time_iso_8601": "2024-10-15T15:55:38.728958Z",
            "url": "https://files.pythonhosted.org/packages/8f/99/30a87d64ecf3ccdc5c624dbd31c1d136f62c2b3beb666c162b4ed8348fec/LinkedinAutomation-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-15 15:55:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "linkedinautomation"
}
        
Elapsed time: 0.36288s