Skip to content

nickoine/messenger_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger check

Overview:

Messenger Check is a Python-based program designed to process a list of phone numbers, verify their existence on messaging platforms such as Telegram and WhatsApp, and store the results in a structured JSON file. In case of a large dataset of phone numbers the program adheres to incremental processing of data without excessive memory consumption.

Installation:

  1. git clone
  2. venv
  3. pip install -r requirements.txt

Prerequisites:

  1. Whatsapp and Telegram accounts.

Set Up Configuration:

  1. go to https://green-api.com/ and https://my.telegram.org/ to obtain api_id, api_hash, api_url.
  2. open main.py and put your parameters to the corresponding variables.
  3. put the phone numbers, one per raw, in target_list.csv.

Proper Usage:

1) target_list.csv must be in the same directory as a main.py .

2) to start a program run $ python3 main.py.

3) after the program is finished the results.json will appear in the program directory.

Warnings:

  1. Whatsapp API instance developer tariff has limitations of 100 requests per month.
  2. Checked phone numbers by Telegram will be added to contacts of account you use.
  3. target_list.csv must not be renamed (unless you code).

License:

This project is licensed under the MIT License. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Process a list of phone numbers, verify their existence on messaging platforms such as Telegram and WhatsApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages