Just pass the script a string of your choosing.
python partyparrot.py "HELLO" | pbcopy
Use the -e
or --emojis
flag to use a custom list of emojis.
python partyparrot.py "something stupid" -e ":emoji1:" ":emoji2:" ":emoji3:" ":emoji4:" | pbcopy
Use the -f
or --force
flag to auto-post to
SHITPOSTING_ENDPOINT="<YOUR_SLACK_INCOMING_WEBHOOK_URL>" python partyparrot.py "something stupid" -f
python test_partyparrot.py