telegram_online
telegram_online copied to clipboard
how to run it
I don't quite understand how to run this application, can you explain in more detail?
- You should have Linux
- You should install Docker
- Clone telegram_online
- Run ./run_docker.sh and enter necessary information
- Press ctrl+s to stop container
- Run again ./run_docker.sh :)
- Done
Will it be possible to run this on Windows?
Well, really - don't know Don't have any Windows :(
I think, if you have Docker, you can try to open run_docker.sh with notepad and copy commands from it into command line and may it will work
May be(!) run_docker.sh will work with WSL (have never seen it, but hope dies last)
I did, you need to create a .py file and place it in a shared folder, here are its contents: import os
if not os.path.exists("session.madeline"): print("First run") os.system('docker run -ti -v %cd%:/app hub.madelineproto.xyz/danog/madelineproto:latest php /app/online.php') else: os.system('docker run --restart always -d --name telegram_online -v %cd%:/app hub.madelineproto.xyz/danog/madelineproto:latest php /app/online.php')
а можно эту прогу сделать без докера, он чет комп грузит
а можно эту прогу сделать без докера, он чет комп грузит
Да, конечно, но необходимо настроить окружение для запуска php скрипта
Готовый docker образ обеспечивает это окружение
Блин, всё равно не понятно