init64 / octoffers

Octoffers is a tool that automatically hunts down suitable jobs and applies for you on major job boards.
https://octoffers.click
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Make octoffers a Directly Executable CLI #14

Closed webgtx closed 1 month ago

webgtx commented 1 month ago

Description:

Currently, users need to run octoffers with python (e.g., python octoffers help). We need to configure the project so users can run it directly (e.g., octoffers help).

Expected Behavior: Users should be able to run octoffers without python in command line.

Like this:

octoffers help # not $ python octoffers help

Steps to Reproduce:

  1. Install octoffers.
  2. Try running octoffers help.
  3. It won't work.

Example: You can use my Python project named todomanager as an example. It is well-configured according to the latest PEP standards.

[webgtx/todomanager](https://github.com/webgtx/todomanager)
swarupn17 commented 1 month ago

Hey @webgtx I can do this task please can you assign it to me ! Thanks.

webgtx commented 1 month ago

Hi @swarupn17. Currently, @oebelus is working on this issue, but he has encountered an issue with imports, see #18 . So, if you can get your PR merged before him, you can claim this issue.

Goodluck :shipit:

webgtx commented 1 month ago

18