KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AutoRegistratorTelegram
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Cloudflare-bulk-dns-delete
:
A script made to delete a decently big amount of records from cloudflare DNS.
wm_sdk_w80x
:
SDK for WinnerMicro W800/W801
OpenECCI-GUI
:
GUI-based software for controlled ECCI (Electron Channelling Contrast Imaging) analysis of crystal defects in a scanning electron microscope (SEM).
Linux-PAM-Security-Administration
:
Linux PAM Security Administration, by Packt Publishing
pyproject-check-version
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AutoRegistratorTelegram
?
Download (.md)
# Automatic Registrator Telegram Accounts. Автоматический регистратор телеграм аккаунтов. ## Предпосылки: 1) API кода подтверждения телефона. Зарегистрируйте аккаунт на [getsmscode.com](https://www.getsmscode.com/) и пополнить на несколько долларов. 2) Аккаунт Telegram с *api_id* и *api_hash*. Посетите https://my.telegram.org/apps and заполните там формы. ## Установка: ``` python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` ## Как пользоваться: 1) Создайте конфигурационный файл с именем *config.ini* в корневом каталоге. ``` touch config.ini ``` 2) Добавьте ваше имя пользователя и токен. > [pyrogram] > api_id = YOUR_TELEGRAM_API_ID > api_hash = YOUR_TELEGRAM_API_HASH > [GetSMSCode.com] > username = YOUR_USERNAME > token = YOUR_TOKEN > api_url = http://www.getsmscode.com/do.php 3) Запуск ``` python main.py ```