A library to extract social media and other useful things
Project description
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:
pip install userlex
Usage
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
userlex-0.0.2.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file userlex-0.0.2.tar.gz
.
File metadata
- Download URL: userlex-0.0.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11faf51f27df1c36c9edb324172df9c618aa89f351e9381eaf02318e06cd5350 |
|
MD5 | 3ac8028d350fb3cf03f0f56d4616254c |
|
BLAKE2b-256 | 4d6471c39f24bf319ee68d6f758f1884977061c53bc43e639d0d829e7d4ab292 |
File details
Details for the file userlex-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: userlex-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f39b5389398ed3d357396b8c9b3eff59d4a9ccb40f53a419762af5af1cf3e2d5 |
|
MD5 | b7788ddff8c7ba4a8600c2c86f78d30f |
|
BLAKE2b-256 | 015b71e8112701e62f3dd62652102b3b3c54f7bc022e48399faf89ef20d84611 |