Skip to content

leereilly/nicehashtagging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nicehashtagging.sh

Someone at GitHub HQ was trolling praising my hashtag prowess, so I decided to share the script that powers numerous multimillion dollar, worldwide social media campaigns.

Simply ./nicehashtagging.sh to be dazzled and delighted:sparkles: by hashtag suggestions for your next campaign-all from 194 bytes:

w=$(curl -s https://raw.githubusercontent.com/dolph/dictionary/master/popular.txt|head -n`jot -r 1  1 25322`|tail -n1)
echo "#$w"
`say "hashtag$(tr '[:lower:]' '[:upper:]' <<< ${w:0:1})${w:1}"`

This was a weekend hack to build something completely useless with Golfbot, one of the Noops Challenge bots.

Works on all devices and operating systems my MacBook. Enjoy!!!

About

Random hashtags in 194 bytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%