skip to Main Content

Getting an error with syntax getting a JSON file – Twitter API

I'm having a problem building a Twitter random quotes generator API. I'm following this tutorial: https://www.twilio.com/blog/build-deploy-twitter-bots-python-tweepy-pythonanywhere But I get an error that he doesn't have. This is the code: import requests api_key = '*****' api_url = 'https://andruxnet-random-famous-quotes.p.rapidapi.com' headers = {'afd9cbe77emshf06f5cb2f889689p1ca1c3jsne6e79ad808cc'…

VIEW QUESTION

ansible with solidfire for netapp – CentOS

I have a sample netapp playbook --- - hosts: all gather_facts: False become: yes become_user: root become_method: sudo tasks: - name: Start restore na_elementsw_snapshot_restore: hostname: "{{ip_adr}}" username: "{{username}}" password: "" account_id: ansible-1 src_snapshot_id: snapshot_20171021 src_volume_id: volume-playarea dest_volume_name: dest-volume-area and this…

VIEW QUESTION
Back To Top
Search