Skip to content

Stack Overflow

Mode: 🌐 Public · Domain: stackoverflow.com

Commands

CommandDescription
opencli stackoverflow hotHot questions
opencli stackoverflow searchSearch questions
opencli stackoverflow bountiesQuestions with active bounties
opencli stackoverflow unansweredUnanswered questions

Usage Examples

bash
# Hot questions
opencli stackoverflow hot --limit 10

# Search questions
opencli stackoverflow search "async await" --limit 20

# Active bounties
opencli stackoverflow bounties --limit 10

# Unanswered questions
opencli stackoverflow unanswered --limit 10

# JSON output
opencli stackoverflow hot -f json

Prerequisites

  • No browser required — uses public Stack Exchange API

Released under the Apache-2.0 License.