whatsapplinkgen


Namewhatsapplinkgen JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryAn efficient utility for swiftly generating WhatsApp direct links from contact numbers stored in .csv files or Excel spreadsheets!
upload_time2024-03-21 19:09:41
maintainerNone
docs_urlNone
authorDaivik Karbhari
requires_python>=3
licenseNone
keywords whatsapp whatsapp link genration link generation message without saving contacts chat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WhatsappLinkGen

## Overview
The WhatsappLinkGen Python package is designed to facilitate the generation of WhatsApp links from a .csv file. This tool is particularly useful for managing large contact lists obtained from services like Google Forms, enabling users to easily send messages, particularly for publicity purposes.

## Installation
You can install this package via pip:

## Usage
The package provides two main functions:

1. `generateLinkFromCsv(input_csv, column_num, output_file_txt=None, country_code=None)`: This function takes a .csv file, an optional output text file, and a country code, and returns directly clickable WhatsApp links.

```python
from whatsapplinkgen import generateLinkFromCsv

generateLinkFromCsv('contacts.csv', 0, 'output.txt', '91')
```

In this example:
- `'contacts.csv'` is the input .csv file.
- `0` is the column number containing the contact numbers.
- `'output.txt'` is the optional output file where the generated links will be stored.
- `'91'` is the country code.

2. `generateLinkFromNumber(contact_no, country_code=None)`: This function takes a contact number and an optional country code, and prints the directly clickable WhatsApp link.

```python
from whatsapplinkgen import generateLinkFromNumber

generateLinkFromNumber('1234567890', '91')
```

In this example:
- `'1234567890'` is the contact number.
- `'91'` is the country code.

## Author
This package was created by Daivik Karbhari.

For any queries, you can reach out to [daivikkarbhari01@gmail.com](mailto:daivikkarbhari01@gmail.com).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "whatsapplinkgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "Whatsapp, whatsapp link genration, Link, Generation, Message without saving contacts, chat",
    "author": "Daivik Karbhari",
    "author_email": "Daivik Karbhari <daivikkarbhari01@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# WhatsappLinkGen\n\n## Overview\nThe WhatsappLinkGen Python package is designed to facilitate the generation of WhatsApp links from a .csv file. This tool is particularly useful for managing large contact lists obtained from services like Google Forms, enabling users to easily send messages, particularly for publicity purposes.\n\n## Installation\nYou can install this package via pip:\n\n## Usage\nThe package provides two main functions:\n\n1. `generateLinkFromCsv(input_csv, column_num, output_file_txt=None, country_code=None)`: This function takes a .csv file, an optional output text file, and a country code, and returns directly clickable WhatsApp links.\n\n```python\nfrom whatsapplinkgen import generateLinkFromCsv\n\ngenerateLinkFromCsv('contacts.csv', 0, 'output.txt', '91')\n```\n\nIn this example:\n- `'contacts.csv'` is the input .csv file.\n- `0` is the column number containing the contact numbers.\n- `'output.txt'` is the optional output file where the generated links will be stored.\n- `'91'` is the country code.\n\n2. `generateLinkFromNumber(contact_no, country_code=None)`: This function takes a contact number and an optional country code, and prints the directly clickable WhatsApp link.\n\n```python\nfrom whatsapplinkgen import generateLinkFromNumber\n\ngenerateLinkFromNumber('1234567890', '91')\n```\n\nIn this example:\n- `'1234567890'` is the contact number.\n- `'91'` is the country code.\n\n## Author\nThis package was created by Daivik Karbhari.\n\nFor any queries, you can reach out to [daivikkarbhari01@gmail.com](mailto:daivikkarbhari01@gmail.com).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An efficient utility for swiftly generating WhatsApp direct links from contact numbers stored in .csv files or Excel spreadsheets!",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "whatsapp",
        " whatsapp link genration",
        " link",
        " generation",
        " message without saving contacts",
        " chat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f6156d131d79424cf7123fe67754a86411ddcaf8603567b55473ca6069a6569",
                "md5": "c327686f94a7ed1f369e4b315e885a4a",
                "sha256": "040e251d230bbde676e48048028ac6aace56320045d04bbf9a6495567e88210d"
            },
            "downloads": -1,
            "filename": "whatsapplinkgen-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c327686f94a7ed1f369e4b315e885a4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 2647,
            "upload_time": "2024-03-21T19:09:41",
            "upload_time_iso_8601": "2024-03-21T19:09:41.508995Z",
            "url": "https://files.pythonhosted.org/packages/7f/61/56d131d79424cf7123fe67754a86411ddcaf8603567b55473ca6069a6569/whatsapplinkgen-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 19:09:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "whatsapplinkgen"
}
        
Elapsed time: 0.21341s