We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b14a commit ae55b35Copy full SHA for ae55b35
__scraping__/nseindia.com - requests/example - 6 - chart/README.md
@@ -1,5 +1,5 @@
1
2
-### author: Bartomiej "furas" Burek (https://blog.furas.pl)
+### author: Bartłomiej "furas" Burek (https://blog.furas.pl)
3
4
### date: 2020.08.12
5
__scraping__/nseindia.com - requests/example - 6 - chart/main.py
-# author: Bartomiej "furas" Burek (https://blog.furas.pl)
+# author: Bartłomiej "furas" Burek (https://blog.furas.pl)
# date: 2020.08.12
# link: (stackoverflow) https://stackoverflow.com/questions/63362688/how-can-i-grab-data-from-a-nse-chart-with-python/
@@ -31,4 +31,4 @@
31
dt = datetime.datetime.utcfromtimestamp(item[0]/1000)
32
value = item[1]
33
print(dt, value)
34
-
+
0 commit comments