You are viewing a single comment's thread from:
RE: Store all posts from an author in markdown files
@holger80 I get the following when I try to run (I did pip3 -U beem):
randy@apollo:~/beemcode$ python3 save_post_as_md.py mytechtrail .
Traceback (most recent call last):
File "save_post_as_md.py", line 17, in
comment = Comment(authorperm, steem_instance=stm)
File "/home/randy/.local/lib/python3.6/site-packages/beem/comment.py", line 58, in init
[author, permlink] = resolve_authorperm(authorperm)
File "/home/randy/.local/lib/python3.6/site-packages/beem/utils.py", line 159, in resolve_authorperm
raise ValueError("Invalid identifier")
ValueError: Invalid identifier
Any ideas?
Is this the correct place to ask for help?
You mixed up both scripts.
The script save_post_as_md.py is for saving one post. You have to copy the first one in my post.
Oops, thanks for the quick response and catching my error.
Do you have a github repo for all these awesome python programs you are writing?