slackapi / slackapi/python-slack-hooks
[FEATURE] allow entry point overriding
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 2
- Avg merge
- 13h 3m
- Merged PRs (30d)
- 1
Description
Description of the problem being solved
There is no way for developers to override the entry point file name/path (default: app.py)
Alternative solutions
Open to ideas
Simple solution: Set an environment variable to override the default entry point value
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where the default entry point, app.py, is defined and how the Slack CLI passes or consumes that value. Review the proposed environment-variable approach and the surrounding entry-point handling; done means developers can select a different file name or path without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100