Skip to content

Commit ae55b35

Browse files
committed
__scraping__
1 parent 3d4b14a commit ae55b35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

__scraping__/nseindia.com - requests/example - 6 - chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
### author: Bartomiej "furas" Burek (https://blog.furas.pl)
2+
### author: Bartłomiej "furas" Burek (https://blog.furas.pl)
33

44
### date: 2020.08.12
55

__scraping__/nseindia.com - requests/example - 6 - chart/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# author: Bartomiej "furas" Burek (https://blog.furas.pl)
2+
# author: Bartłomiej "furas" Burek (https://blog.furas.pl)
33
# date: 2020.08.12
44
# link: (stackoverflow) https://stackoverflow.com/questions/63362688/how-can-i-grab-data-from-a-nse-chart-with-python/
55

@@ -31,4 +31,4 @@
3131
dt = datetime.datetime.utcfromtimestamp(item[0]/1000)
3232
value = item[1]
3333
print(dt, value)
34-
34+

0 commit comments

Comments
 (0)