Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

userlex-0.0.2-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page