Telegram Auth
For Minter Suite to connect to your telegram accounts there are some steps you need to do.
First, go to https://my.telegram.org/auth?to=apps and create an APP. Enter random details, select Other on platform selection
Then your app will have been created, you will need to save the api_id and api_hash.

Account credentials will be stored under tg_auth.csv file. This file only has 4 columns
APP ID
Set here the app ID from the previous step
APP Hash
Set here the app hash from the previous step
Phone
Set here the phone number of the account being used. It should follow the international format, with a + at the beginning.
Password
Set here the password if any of the account being used. If you don't have one, just leave this empty.
Authentication
At the beginning of starting your tasks, you will probably be asked to enter the one-time code for each account. Once you do that on your device, it shouldn't ask for it again as it is stored internally.
Last updated