Skip to content

Instantly share code, notes, and snippets.

@MohamedRajabMohammed
Created July 16, 2020 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedRajabMohammed/40694ad9857b4d97b966063700bf6906 to your computer and use it in GitHub Desktop.
Save MohamedRajabMohammed/40694ad9857b4d97b966063700bf6906 to your computer and use it in GitHub Desktop.
Function To Add Product Details
{
'asin': 'B077Q42J32',
'details': [
{
'name': 'Nokia 8.1 (Iron, 4GB RAM, 64GB Storage)',
'price': 19139.0,
'deal': False,
'url': 'https://www.amazon.in/dp/B077Q42J32',
'date': datetime.datetime(2019, 8, 7, 9, 51, 35, 648000)
},
{
'name': 'Nokia 8.1 (Iron, 4GB RAM, 64GB Storage)',
'price': 19029.0,
'deal': False,
'url': 'https://www.amazon.in/dp/B077Q42J32',
'date': datetime.datetime(2019, 8, 8, 16, 23, 38, 749000)
},
{
'name': 'Nokia 8.1 (Iron, 4GB RAM, 64GB Storage)',
'price': 19028.0,
'deal': False,
'url': 'https://www.amazon.in/dp/B077Q42J32',
'date': datetime.datetime(2019, 8, 8, 17, 18, 26, 461000)
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment