Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v1a0/telegram-getcontact-bot
Based on GetContact, osint search, UPD(2021): banhammered :(
https://github.com/v1a0/telegram-getcontact-bot
Last synced: 29 days ago
JSON representation
Based on GetContact, osint search, UPD(2021): banhammered :(
- Host: GitHub
- URL: https://github.com/v1a0/telegram-getcontact-bot
- Owner: v1a0
- License: mit
- Created: 2020-06-29T07:48:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:47:56.000Z (about 2 years ago)
- Last Synced: 2023-03-04T14:02:51.458Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetContact Telegram Bot
GetContact API realization as Telegram bot
> Based on https://github.com/Numenorean/GetContactAPI by SERJ.WS. and \_Skill_
## Before run
### Install requirements
```shell script
pip3 install -r requirements.txt
```
### Edit TOKENS
You should edit lines 33-36 and set your personal values
```python
API_TOKEN = '1234567890:AAAABBCCDDEEEFFFGgGHhHJjJKkKLlLMMmf' # TG BOT's TOKEN
AES_KEY = '123a1234bb66660000d00ff0f00000f0ff00000f000f000ff9ff9990000fffаf' # FINAL_KEY from GetContactSettingsPref.xml
TOKEN = 'fsffFFFFFlj888s3ffmka234DDdfomIOMNOIJOIfjidjfnu87syfy73hfhkf' # TOKEn from GetContactSettingsPref.xml
TG_ID = 123456789 # Your telegram id
```### How to get keys
[Read this [LINK]](https://github.com/kovinevmv/getcontact#how-to-get-keys)## After run
Just send to your bot some number by format '9998887766' (or '+79998887766')### Screenshots