Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Very cool. Worked for me, but I did get the following error:
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:132: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
After writting source code that is given above i got syntax error in consumer key,secret ,access token and secret again and again.Please tell me solution of this problem.
Thanks for the tutorial. however I keep getting this error. “[{‘code’: 32, ‘message’: ‘Could not authenticate you.’}”
I did regenerate my keys , checked my permission settings and nothing worked. Would love to hear your input.
The new website is looking good. Thanks for the great effort. download this garageband for windows
Hello, @ltagliaferri I would like to know one thing about Tweepy, I want to host a Django web application on the digital ocean which will basically be going to talk to the Twitter API. My goal is to look for a tweet which contains a specific keyword, for example, “my name” and when it does occur I want to save it in my database, so I will be going to use the Tweepy Streamer which can do this task but can you tell me that how long it can last before crashing, because I don’t want to restart my script again and again. And can you suggest me how we can schedule a task on digital ocean so that it runs after a specific time, like run after every 7 days.
Thanks