Search the Community
Showing results for tags 'Python Module'.
-
Hi, could you please install this python module on Tommy server with python3.7: flask-mail Your contribution to this awesome service is appreciable! Thank you!
- 5 replies
-
- python
- python module
-
(and 1 more)
Tagged with:
-
Hi. First of all thanks in advance because of all amazing features! I need this module to use Telegram bot API as the name of module tell this too if I can. It can be installed by pip3 install python-telegram-bot also to kill two birds with one stone, currently I added #!/usr/bin/pythonat the first line of my .py script, but I want to use Python 3.7, how should I edit this line to use Python 3.7? below lines doesn't works: #!/usr/bin/python3.7 #!/usr/local/python3.7 #!/usr/local/bin/python3.7note that I Copy-paste the code into cPanel built-in editor and im not using windows (so there shouldn't be line-ending problem as I think!) code is here, located in Public_html : #!/usr/bin/python import requests print "Content-type: text/html\n\n" print "Python is working fine.\r\n <br>" contents = requests.get('https://random.dog/woof.json').json() url = contents['url'] print ('<img src="'+url+'">');thanks again.
- 8 replies
-
- python
- python module
-
(and 3 more)
Tagged with:
-
Hi, I would like to have python-telegram-bot module installed Python version: 3.6 Username: devad Server: Ricky Thanks in advance! As you can imagine, I'm working on a telegram bot, but I'm worried about CPU load, should I use webhooks instead of long polling? My bot is just for a couple of private groups, so won't need much CPU, however, I'm afraid of being suspended. On the other hand, there are webhooks, more efficient and resource-friendly, but I don't know if they can be set. -devad
-
Hi, I would like to have some python v3.6 libraries installed on Ricky server: beautifulsoup4==4.6.0 requests==2.18.4 pandas==0.22.0 DateTime==4.2 Thank you!
- 2 replies
-
- module request
- python3.6
-
(and 1 more)
Tagged with:
-
Hello, I would like to have some Python 3.6 modules installed on Tommy server: mwclientyoutube_dldiscord.pypython-socketioI saw that discord.py and youtube_dl are installed on Johnny server so I think it shouldn't be a problem. Please let me know if any of these modules can't be installed for some reason. And also, thank you for your great service!
-
I am new to heliohost. I am running a python script which needs module youtube-dl: https://youtube-dl.org can you please install python module youtube-dl I am trying to run a script which demand this. i am on Johnny server. Thanks and you guys are doing great job.