Skip to content

glefait/socialregexes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social-regexes
==============
Given input, returns identified social network with corresponding user id

-------------
Installation:
pip install socialregexes

------
Usage:
    $ python socialregexes/socialregexes.py https://twitter.com/guillem_lefait not_an_url [email protected] https://github.com/glefait
    ('twitter', 'guillem_lefait')
    None
    ('email', '[email protected]')
    ('github', 'glefait')

About

Given urls, returns identified social accounts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages