Skip to content

A small Rust script to scrape GitHub Event type payloads into fixture files.

License

Notifications You must be signed in to change notification settings

LyleScott/github-event-type-payload-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Event Type Payload Scraper

Scrapes the GitHub Event types page of Event Names and JSON payload examples.

Building

cargo build

Running

GitHubEventTypePayloadScraper 1.0
Lyle Scott, III <lyle@ls3.io>
Scrapes GitHub Event type payloads

USAGE:
    github_event_type_payload_scraper --output_dir <output_dir>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --output_dir <output_dir>    Directory to output JSON files to

So, something like:

cargo run -- -o fixtures

About

A small Rust script to scrape GitHub Event type payloads into fixture files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages