# UserLex
UserLex is a simple parser of human generated content.
It is designed to be used in a variety of applications, including but not limited to:
* Chatbots
* Natural Language Processing
* Machine Learning
* Data Mining
* Data Analysis
* Data Visualization
* Data Collection
## Installation
Installation with `pip` is easiest:
```bash
pip install userlex
```
## Usage
```python
from userlex.social_media import SocialMedia
message = "Hey, my instagram is @userlex, and my twitter is @userlex_"
social_media = SocialMedia(message)
social_media.parse()
print(social_media.instagram)
print(social_media.twitter)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/dvershinin/userlex",
"name": "userlex",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Danila Vershinin",
"author_email": "info@getpagespeed.com",
"download_url": "https://files.pythonhosted.org/packages/4d/64/71c39f24bf319ee68d6f758f1884977061c53bc43e639d0d829e7d4ab292/userlex-0.0.2.tar.gz",
"platform": null,
"description": "# UserLex\n\nUserLex is a simple parser of human generated content. \nIt is designed to be used in a variety of applications, including but not limited to:\n\n* Chatbots\n* Natural Language Processing\n* Machine Learning\n* Data Mining\n* Data Analysis\n* Data Visualization\n* Data Collection\n\n## Installation\n\nInstallation with `pip` is easiest:\n\n```bash\npip install userlex\n```\n\n## Usage\n\n```python\nfrom userlex.social_media import SocialMedia\nmessage = \"Hey, my instagram is @userlex, and my twitter is @userlex_\"\nsocial_media = SocialMedia(message)\nsocial_media.parse()\nprint(social_media.instagram)\nprint(social_media.twitter)\n```\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "A library to extract social media and other useful things",
"version": "0.0.2",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "015b71e8112701e62f3dd62652102b3b3c54f7bc022e48399faf89ef20d84611",
"md5": "b7788ddff8c7ba4a8600c2c86f78d30f",
"sha256": "f39b5389398ed3d357396b8c9b3eff59d4a9ccb40f53a419762af5af1cf3e2d5"
},
"downloads": -1,
"filename": "userlex-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b7788ddff8c7ba4a8600c2c86f78d30f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6572,
"upload_time": "2023-04-12T17:18:51",
"upload_time_iso_8601": "2023-04-12T17:18:51.376570Z",
"url": "https://files.pythonhosted.org/packages/01/5b/71e8112701e62f3dd62652102b3b3c54f7bc022e48399faf89ef20d84611/userlex-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d6471c39f24bf319ee68d6f758f1884977061c53bc43e639d0d829e7d4ab292",
"md5": "3ac8028d350fb3cf03f0f56d4616254c",
"sha256": "11faf51f27df1c36c9edb324172df9c618aa89f351e9381eaf02318e06cd5350"
},
"downloads": -1,
"filename": "userlex-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "3ac8028d350fb3cf03f0f56d4616254c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4706,
"upload_time": "2023-04-12T17:18:53",
"upload_time_iso_8601": "2023-04-12T17:18:53.679098Z",
"url": "https://files.pythonhosted.org/packages/4d/64/71c39f24bf319ee68d6f758f1884977061c53bc43e639d0d829e7d4ab292/userlex-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-12 17:18:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "dvershinin",
"github_project": "userlex",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "userlex"
}