This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data_day_wise": { | |
| "day_1_d5844994-1bc2-440e-98d8-0fc345c0cfea": { | |
| "body": "Start your journey from Bangalore early in the morning and enjoy a scenic drive to Ooty. Upon arrival, relax and explore some nearby attractions.", | |
| "city": "Ooty", | |
| "name": "Day 1", | |
| "custom_notes": [], | |
| "experiences_and_activities": { | |
| "evening": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data_day_wise": { | |
| "day_1_8daafb6f-839f-4f03-95b6-0ae9b3036387": { | |
| "name": "Day 1", | |
| "body": "Explore the historical and cultural gems of Udaipur, starting with the majestic City Palace, followed by a serene boat ride on Lake Pichola, and ending with a romantic dinner overlooking the lake.", | |
| "city": "Udaipur", | |
| "experiences_and_activities": { | |
| "morning": [ | |
| { | |
| "item_name": "City Palace", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "itinerary_id": "919de5d5-2089-4995-9194-af3e76b68fdc", | |
| "no_of_days": 2, | |
| "city": "jaipur", | |
| "country": "india", | |
| "month": "july", | |
| "cities_to_include": "[]", | |
| "travelling_with_pref": "couple", | |
| "travelling_style_pref": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html class="ltr " dir="ltr" lang="en"> | |
| <head> | |
| <title>Springboard</title> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <link rel="apple-touch-icon" sizes="180x180" href="/resources/pics/appicons/apple-touch-icon.png"> | |
| <link rel="icon" type="image/png" sizes="32x32" href="/resources/pics/appicons/favicon-32x32.png"> | |
| <link rel="icon" type="image/png" sizes="16x16" href="/resources/pics/appicons/favicon-16x16.png"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "engagement": { | |
| "active": true, | |
| "type": "EMAIL", | |
| "timestamp": 1583299969000 | |
| }, | |
| "associations": { | |
| "contactIds": [1651], | |
| "companyIds": [], | |
| "dealIds": [ ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "engagement": { | |
| "active": true, | |
| "type": "EMAIL", | |
| "timestamp": 1583042808000 | |
| }, | |
| "associations": { | |
| "contactIds": [1051], | |
| "companyIds": [], | |
| "dealIds": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import json | |
| import os | |
| import traceback | |
| from bs4 import BeautifulSoup | |
| def main(): | |
| ''' | |
| ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import json | |
| import os | |
| from bs4 import BeautifulSoup | |
| def main(): | |
| ''' | |
| ''' | |
| base_url = "http://hck.re/crowdstrike" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Tosai","Shev Dahi Batata Puri" | |
| "Curry" | |
| "Shimla Mirch Aloo" | |
| "Nasi Bryani (Rice Only) Singapore" | |
| "Vadi" | |
| "Brown Rice With Lentils and Vegetables" | |
| "Chicken Masala W/ Naan Wrap" | |
| "Aloo Baigan Cooked Vegitable" | |
| "Dosai" | |
| "Vegetable Jhalfrezi" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| def main(): | |
| demo_obj = { | |
| 'a' : 1, | |
| 'b' : { | |
| 'c' : 'd', | |
| 'e' : { | |
| 'x' : 'y' | |
| } |
NewerOlder