If I use like this it will extract the tag from the post?
print('https://steemit.com/' + post['tag'] +'/@' + post['author'] + '/' + post['permlink']
If I use like this it will extract the tag from the post?
print('https://steemit.com/' + post['tag'] +'/@' + post['author'] + '/' + post['permlink']
No.
print('https://steemit.com/' + post.category + '/@' + post['author'] + '/' + post['permlink'])
this will.