Sending IPFSTRYME message to $liking_me

This commit is contained in:
qo-op 2020-12-08 03:48:54 +01:00
parent 11569b5d8a
commit 253db07744
2 changed files with 4 additions and 1 deletions

View File

@ -108,7 +108,7 @@ for liking_me in $(./jaklis.py like | jq -r '.likes[].issuer');
do
# CHECk if I am liking him either
friend_of_mine=$(./jaklis.py like -p $liking_me | jq -r '.yours');
echo "Sending IPFSTRYME message to $friend"
echo "Sending IPFSTRYME message to $liking_me"
[[ $friend_of_mine != null ]] && ./jaklis.py send -d $liking_me -t "ipfstryme" -f ~/.zen/ipfs/.${IPFSNODEID}/tryme.addr
done
cd -

View File

@ -35,3 +35,6 @@ IWALLETS=$(ipfs add -rHq ~/.zen/ipfs | tail -n 1)
NODEIPNS=$(ipfs name publish --quieter /ipfs/$IWALLETS)
ipfs cat /ipns/$NODEIPNS/xbian/$XZUID
~/.zen/astroport/zen/ipfs_SWARM_refresh.sh