url-title.sh

Get title of a URL from its HTML.

https://github.com/pantryf/url-title.sh

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Get title of a URL from its HTML.

Basic Info
  • Host: GitHub
  • Owner: pantryf
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 36.1 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Get title of a URL from its HTML.


```bash $ node index.js urls.txt -o titles.md

Generated URL titles saved to titles.md

$ export DEVTOOLSPATH="/path/to/chrome-linux/chrome" $ export DEVTOOLSDATA_DIR="/path/to/chrome-linux/data-dir" $ node index.js urls.txt -o titles.md --unique

Generated URL titles saved to titles.md, with unique URLs

$ node index.js urls.txt -o titles.md --unique --sort

Generated URL titles saved to titles.md, with unique and sorted URLs

```



Usage

```bash $ script-url-title [options]

Options:

Input file with URLs.

-o, --output Write output to file.

-u, --unique Make URLs unique.

-s, --sort Sort URLs.

-t, --throttle Throttle requests.

-h, --help Show this help message.

Environment Variables:

$DEVTOOLS_PATH Path to Chrome DevTools.

$DEVTOOLSDATADIR Path to Chrome DevTools data directory.

```



References




ORG DOI

Owner

  • Name: pantryf
  • Login: pantryf
  • Kind: organization

Exploring cutting-edge tech to drive business forward.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Sahu
    given-names: Subhajit
    orcid: https://orcid.org/0000-0001-5140-6578
title: "javascriptf/script-url-title: Get title of a URL from its HTML"
version: 1.0.0
doi: 10.5281/zenodo.10142804
date-released: 2023-11-16

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Subhajit Sahu w****7@g****m 9

Issues and Pull Requests

Last synced: 11 months ago


Dependencies

package-lock.json npm
package.json npm