Skip to content

omka0708/aionumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aionumbers

Phone number recognition module. Used stack: asyncio, aiohttp, re (regex).

What is this?

Python module for parsing russian phone numbers on websites.

Functions output strings in 8XXXYYYYYYY format.

How to use?

Install aiohttp:

pip install aiohttp

If your Python version < 3.4 also use:

pip install asyncio

Functions expect link (or list of links) and parameter auto.

When auto=True, the function automatically fills city code with 495 (Moscow) if it is missing.

Otherwise (auto=False), the number without city code is not included in the result.

Look in main.py file how module aionumbers should be used.

About

Aynchronous module for parsing phone number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages