Skip to content

Instantly share code, notes, and snippets.

View Ajinkz's full-sized avatar
:octocat:
Focusing

Ajinkya Pathak Ajinkz

:octocat:
Focusing
View GitHub Profile
with open('test.csv', 'w') as f:
writer = csv.writer(f , lineterminator='\n')
for tup in gdax_times_trades:
writer.writerow(tup)
@Ajinkz
Ajinkz / Fake profile generator.ipynb
Created June 15, 2020 18:44
Generate fake profile and fetch its bios data using Beautiful soup and selenium
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.