Many times, people face the issue while installing the VMware/VirtualBox and or not able to link their card to Digital Ocean. The reason could be because of their laptop/desktop low configuration for Vmware/VirtualBox or International transactions is not enabled on thier card for Digital Ocean.
The main purpose of installing the VirtualBox/VMware/Digital ocean is to run the python code to control/monitor device. So after trying all the steps, if you are still not able to use the above services, in that case, you can use the Online IDE to run your python code. The benefit of this is as follow-
Now down your device id from Bolt Cloud in the text editor. The device will be something similar to BOLT12345
Step. 3. Get the telegram details from the telegram app.
Create the channel and bot as explained in the training.
Then open the Telegram app in browser Telegram Web. It is similar to WhatsApp web. The benefit of opening in the browser is that you can directly copy-paste the access token in your code and can avoid the typo error.
We need to install boltiot library to run the telegram project, to install the same, go to packages and search for boltiot.
Select the boltiot and click on + icon and it will create a file with name requirement.txt that will store the list of packages you have installed.
Note: Do not share your username or code URL to anyone. Because you are using thier public services and anyone with your link can get access to your code.
I was able to run all my python program on repl.it
I am more comfortable in vmware/virtualbox/Digitalocean.
I was able to run my program on repl.it with some difficulty.
@rahul.singh1
Hey, I’m facing the same issue. Basically I’m using an old laptop so i guess the virtualization hardware is not supported on my laptop. Could you explain a little more about “repl.it”, in simpler words if possible, I’ve used python before and have the python IDLE on my laptop, is it the same?? What’s the difference?? I’ve searched the net but couldn’t understand much. And will not being able to use any of the above services affect my learning in the course further, or is it just additional tools thought with the course??
Thanks in Advance.
Sir I tried using repl,it for python programs , as told first example above , i was getting the output itself
but as soon as I tried execution of other programs of arithematic etc given in training , I am not getting output itself.
Can you resolve my problem and explain execution of other programs also please …
Sir , I am able to perform the python programming using repl.it but sir can you assist me regarding the project 6,7 . …not able to understand properly .
Can you share the details about the 6th project ? If you are asking for Bolt Cloud API key then you will get it from your Bolt Cloud Dashboard https://cloud.boltiot.com/api_credentials
In the python conf file, you have to enter your own details.
Now down your device id from Bolt Cloud in the text editor. The device will be something similar to BOLT12345
Step. 3. Get the telegram details from the telegram app.
Create the channel and bot as explained in the training.
Then open the Telegram app in browser https://web.telegram.org/#/login . It is similar to WhatsApp web. The benefit of opening in the browser is that you can directly copy-paste the access token in your code and can avoid the typo error.
We need to install boltiot library to run the telegram project, to install the same, go to packages and search for boltiot.
Select the boltiot and click on + icon and it will create a file with name requirement.txt that will store the list of packages you have installed.
WHEN WAS RUNNING PYTHON SCRIPT ITS NOT DISPLAYED OUTPUT AND ALSO I WANT TO KNOW ABOUT PROJECT 6 HOW I CAN SEE MY DEVICES STATUS IN VM WARE WORKSTATION!
hello sir i too was having an issue with VMware virtual box and digital ocean and then i refered to repl all the starting python codes did run successful but the twillio project of mine is not showing any output please help me
Greetings sir
special message regarding for report while I did use Repl.its application
in my project of the temperature monitoring threshold (project 9_
were I was assigned my API keys and Twilio key in my project
As you can see the error is “module conf has no attribute API_KEY”, it means you have not declared the API_KEY variable inside the conf.py file or there is some typo error in your conf.py file.
Please check the variable names in the conf.py file.
Do let me know in case you need any other information.