Skip to content

Instantly share code, notes, and snippets.

@rohhhs
Created March 17, 2024 13:56
Show Gist options
  • Save rohhhs/0f491087edd6dbc76954735c85191b4f to your computer and use it in GitHub Desktop.
Save rohhhs/0f491087edd6dbc76954735c85191b4f to your computer and use it in GitHub Desktop.
#just notes
Some way to minimize structure with requests using ssh
-- nil: names (csv); images (csv); links (csv)
-- iln: images (csv); links (csv); names (csv)
and other
-- n(brand,title,description,price,per,etc):names (csv:in order of (brand,title,description,price,per,etc))
should create:
"name": {
"brand":names[0],
"title":names[1],
"description":names[2],
"price":names[3],
"per":names[4],
"etc":names[5]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment