codeforboston / codeforboston/CutePetsBoston
Bluesky add dog breed hashtags
Open
- Dominant language
- Python
- Stars
- 15
- Forks
- 11
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 2
Description
Our tweets have a better chance of being discovered if we include relevant hashtags.
We could include a module that makes common breeds or species into hashtags. We should spend a little time on Twitter looking these up and seeing what some of the well-traveled animal hashtags are.
Maybe:
``` ruby
"Siamese" => "#Siamese"
"Pit Bull Terrier" => "#PitBull #Terrier"
"rabbit" => "#rabbit"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.