Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

kjaymiller/ticket_scalper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Scalper

Logo of a Ticket Scalper - Generated by Imagen3

A simple tool to extract URLs from JIRA ticket and GitHub PR descriptions in Markdown format.

Ticket Scalper takes HTML from your clipboard, parses the content, and extracts any URLs found within JIRA ticket search results and GitHub PR, formatted in Markdown. The extracted URLs are then written to stdout.

Requirements

  • Python 3.10+

Installation:

install the package using pip

pip install git+https://github.com/kjaymiller/ticket_scalper.git

Usage

  1. Get the source-code of your search results
  2. Run the app in the terminal
scalper github|jira <HTML SOURCE>

You can also copy the source to your clipboard and run the command with the --clipboard flag

scalper github|jira --clipboard

Alternatives

  • GH|JIRA cli + jq
  • gh|jira python packages

Contributing

This is a one-shot project used mostly for work. Contributions are not accepted. You are free to fork the code and update.

There are dedicated tools to solve this reliably. If you use this and run into issues, consider a more reliable solution.

License:

Ticket Scalper is released under the MIT License

About

Scrape tickets from Jira and Github PRs

Resources

License

Stars

Watchers

Forks

Packages

No packages published