Skip to main content

Oppy (Opportunity Scout)

NPM Version PyPI Version License Python Version PRs Welcome

Oppy is an automated, zero-config command-line utility to scrape, filter, and track active paid remote internships and cash-prize hackathons from Unstop, Devpost, RemoteOK, and WeWorkRemotely. It caches listings in a local SQLite database and exports a clean, links-enabled Markdown dashboard to your directory or Obsidian vault.

 ██████╗ ██████╗ ██████╗ ██╗   ██╗
██╔═══██╗██╔══██╗██╔══██╗╚██╗ ██╔╝
██║   ██║██████╔╝██████╔╝ ╚████╔╝ 
██║   ██║██╔═══╝ ██╔═══╝   ╚██╔╝  
╚██████╔╝██║     ██║        ██║   
 ╚═════╝ ╚═╝     ╚═╝        ╚═╝   

Quick Start (Zero Installation)

Run the interactive dashboard anywhere on your terminal using Node.js:

npx @dshenoyh/oppy-cli

Oppy requires Python 3.8+ on the host system. Missing Python dependencies (such as feedparser and rich) are automatically verified and installed on first run.


Installation

Node.js (Recommended)

Install globally to trigger using the direct oppy command:

npm install -g @dshenoyh/oppy-cli
oppy

Python / Pip

Alternatively, install directly into your Python environment:

pip install oppy-cli
oppy

Why Oppy? (Competitor Comparison)

While there are static lists and standalone scripts online, they either require manual search filtering, lack persistent storage, or run as paid cloud scrapers. Oppy was built to serve as a local-first opportunity aggregator that feeds directly into your personal knowledge base (Obsidian).

Feature Oppy Static Lists (PittCSC / Simplify) Apify Scrapers General Job Scrapers
Paid Remote Internships Yes Yes (mostly static) Yes Yes (often single platform)
Active Hackathons Yes No Yes (prizes only) No
SQLite WAL DB Cache Yes No No No
Obsidian Markdown Export Yes No No No
Interactive TUI Dashboard Yes No No No
Zero-Config Execution (npx) Yes No No No

Keyboard Controls (TUI)

  • Main Menu: Press keys [1-5] to trigger options immediately (no Enter key required).
  • Ledger Paging: Use Left Arrow / P to page backward, and Right Arrow / N to page forward.
  • Settings Toggles: Press Y or N to toggle active settings instantly.
  • Text Queries: Binds standard GNU readline for smooth character editing, arrow cursor keys, and backspaces inside text fields.

macOS & SSL Support

Python installations on macOS frequently raise SSL: CERTIFICATE_VERIFY_FAILED errors because they do not utilize the operating system's root SSL certificate bundle.

Oppy features a native fallback that overrides the default HTTPS verification context when accessing public listings. No certificate configuration steps or shell commands are needed on macOS.


Architecture

Oppy is built in Python and distributed via an executable Node.js CLI script:

oppy/
├── bin/
│   └── cli.js            # Node CLI wrapper (spawns Python, installs requirements)
├── database/
│   └── connection.py    # Database schema & connection setup (WAL mode)
├── scrapers/
│   ├── base.py          # Crawler base helper (User-Agents, SSL overrides)
│   ├── unstop.py        # Unstop crawler (block-splitting markdown parser)
│   ├── devpost.py       # Devpost crawler (subdomain regex parser)
│   ├── remoteok.py      # RemoteOK JSON feed parser
│   └── weworkremotely.py# WeWorkRemotely RSS feed crawler
├── utils/
│   ├── config.py        # Global settings manager (JSON persistence)
│   ├── exporter.py      # Markdown table generator
│   └── tui.py           # Rich terminal user interface
├── pyproject.toml        # Python packaging config
├── LICENSE
├── package.json
└── scan.py              # Execution mode entry point (TUI / Headless)

Configuration

Custom environment variables can be declared to override settings:

  • OPPY_EXPORT_PATH: Dashboard export file destination.
    • Default: ~/Documents/obsidian/Brain/00 Inbox/Opportunities.md (falls back to local Opportunities.md if directories are missing).
  • OPPY_DB_PATH: SQLite database location.
    • Default: ~/.config/oppy/opportunities.db.

Contributing

We welcome pull requests to expand Oppy! Read our CONTRIBUTING.md guidelines to get started.


License

Distributed under the MIT License. See LICENSE for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oppy_cli-1.0.5.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oppy_cli-1.0.5-py3-none-any.whl (22.0 kB view details)

Uploaded Python 3

File details

Details for the file oppy_cli-1.0.5.tar.gz.

File metadata

  • Download URL: oppy_cli-1.0.5.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for oppy_cli-1.0.5.tar.gz
Algorithm Hash digest
SHA256 d1bed4f1cc53aa92f289fe9298371c8bade3a49070a2a3fddd9fefc764f42282
MD5 ddb415e2e0a316a8593ea340de859e9c
BLAKE2b-256 c8c4d0b60c88eea77294fc25659e05c3c0954629b6b77e7f506d36945a4c1fcd

See more details on using hashes here.

File details

Details for the file oppy_cli-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: oppy_cli-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 22.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for oppy_cli-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f7dc3df060bf425c72529b24f2340cec0a7197aaef846ea8de67318e62ece209
MD5 e07850ec1f44ae23ddbce3b3ef33bb9b
BLAKE2b-256 90fe8e874cfa4420dbff31027d09f6c5172c1164a4daf3ddede2b5d382a3c0a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page