Wednesday, November 1, 2017

How to get the Steemit 'followers' for an account using Python Piston module

You can get steemit followers using python program.This is fun and learning experience to understand steemit and blockchain. Read more technical details here. https://steemit.com/steemit-dev/@naveendavisv/4-how-to-build-steemit-applications-with-piston-python-module

Monday, October 16, 2017

Bitcoin/crypto currency JSON format data extract using python programming

This progarm we try to extract the data on every 15min from https://coinmarketcap.com/api/  to mysql database using python program.

How to get bitcoin json data using python

1.https://coinmarketcap.com/api/
Get the api details
2. create a python program


json object format:




Bitcoinurl.py







3. create table in mysql

if you need to know more about mysql go through https://dev.mysql.com/doc/refman/5.7/en/creating-tables.html





4.crontab to schedule every 15min. You have to identify user python program location and give



Watch the video tutorial below.

Thursday, October 12, 2017

Started a steemit

Started a steemit blog @naveedavisv too, that doesn't mean that I am moving out from here.
I have started reading more about decentralized applications and crypto currencies,so thought doing some articles in steemit.
I will keep doing my technical posts here too.