A Python CLI for browsing emojis from the public EmojiHub API.
- 🎲 Get a random emoji
- 📚 List all available emoji groups
- 📂 Get emojis from a specific group
- 🔍 Search emojis by name
- ✅ Tested with
pytestandunittest.mock - 🔄 CI/CD via GitHub Actions
- Python 3.10+
argparsefor CLIrequestsfor HTTPpytestfor testing- GitHub Actions for CI/CD
- Clone the repo:
git clone https://github.com/foreroay/emojihub-cli.git
cd emojihub-cli