svelte-telekram icon indicating copy to clipboard operation
svelte-telekram copied to clipboard

PLEASE USE YOUR OWN API KEY AND HASH

Open arma7x opened this issue 3 years ago • 4 comments

  1. Get your own api_id and api_hash at https://my.telegram.org. Guide https://core.telegram.org/api/obtaining_api_id
  2. Copy and rename .env.example to .env
  3. Replace the value inside .env

arma7x avatar Jul 07 '22 07:07 arma7x

Hi! Consider moving it into .env files, it would be easier git-wise

4ndv avatar Nov 14 '22 15:11 4ndv

Hi! Consider moving it into .env files, it would be easier git-wise

https://github.com/arma7x/svelte-telekram/commit/0e25c766e59197d726ac65b8d1b62a8a75b92fbd

arma7x avatar Nov 14 '22 16:11 arma7x

Rename .env.example to .env

Copying is better than renaming, renaming would introduce unstaged changes

4ndv avatar Nov 15 '22 08:11 4ndv

application installs and opens my session correctly but it doesn't show me my chats on the main screen, I have to manually go to my contacts to read the conversations, is there a way to fix that?

D4C-Source avatar Aug 17 '23 00:08 D4C-Source