Skip to content

Instantly share code, notes, and snippets.

@aloncohen1
aloncohen1 / Update your eBay's selles on Google sheet.py
Last active October 17, 2018 08:46
Update your eBay sales on a Google sheet automatically
# This code will automatically update your sales on eBay to a Google sheet
# Preparations:
# Please prepare credentials to eBay's API and Google sheets API
# Google sheet API: https://developers.google.com/sheets/api/
# eBay API: https://developer.ebay.com/tools/quick-start
# Open a new google sheet and copy the sheet's ID (sheet's name should be "Sheet1")
# Notice: the orders will be updated in the sheet only after full payment has been received
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / mobility_data_sample.csv
Last active October 31, 2022 17:54
Mobility Data Sample
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 6 columns, instead of 4. in line 9.
phone_id,phone_type,timestamp,latitude,longitude,accuracy
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:00:10,30.34639898170681,-97.73158031325373,81.12640643460236
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:09:13,30.34642963771432,-97.73140260170493,25.094041385659516
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:18:55,30.346380588102306,-97.73148816652471,122.98442053366325
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:28:16,30.34643576891581,-97.7315210760708,185.08383036465293
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:37:36,30.346366281965476,-97.73138285597729,55.565838723523676
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:47:04,30.346372413166982,-97.7316461323459,36.26985794887487
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 00:56:20,30.346384675569983,-97.73156056752609,144.42897717113405
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 01:05:23,30.34640511290831,-97.73140918361412,43.246590356759704
cfcd208495d565ef66e7dff9f98764da,iOS,2022-01-01 01:14:25,30.34
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / residence.ipynb
Last active October 31, 2022 15:58
residence.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / roads.ipynb
Created October 23, 2022 20:46
roads.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / timeline_generator.ipynb
Last active October 31, 2022 18:02
timeline_generator.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / generate_static_signals.ipynb
Created October 28, 2022 12:15
generate_static_signals.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aloncohen1
aloncohen1 / generate_route_signals.ipynb
Last active October 31, 2022 16:10
generate_route_signals.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.