{"id":26057569,"url":"https://github.com/folkengine/bingbang","last_synced_at":"2026-04-21T01:30:57.815Z","repository":{"id":151470893,"uuid":"172234644","full_name":"folkengine/bingbang","owner":"folkengine","description":"Repository of shell scripts that I find useful.  A mixture of gasoline and milk.","archived":false,"fork":false,"pushed_at":"2025-12-10T01:37:00.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T06:52:02.081Z","etag":null,"topics":["ethereum","shell-scripts"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folkengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-23T16:11:22.000Z","updated_at":"2025-12-10T01:37:04.000Z","dependencies_parsed_at":"2024-07-06T15:25:34.160Z","dependency_job_id":"43891627-23e5-46c4-b0c3-ec4f75fd6830","html_url":"https://github.com/folkengine/bingbang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/folkengine/bingbang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fbingbang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fbingbang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fbingbang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fbingbang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folkengine","download_url":"https://codeload.github.com/folkengine/bingbang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fbingbang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","shell-scripts"],"created_at":"2025-03-08T11:24:04.425Z","updated_at":"2026-04-21T01:30:57.800Z","avatar_url":"https://github.com/folkengine.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bingbang\nBingBang is a collection of primarily Ethereum development shell scripts that I like to install on any system I am working on. \n\n## Usage\n\n1. Clone BingBang.\n2. Add the repo to your PATH.\n3. ...\n4. PROFIT!\n\n## Scripts\n\n### cargo-clappy\n\nTakes advantage of Rust Cargo's [ability to be extended](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html) with custom commands. Running `cargo clappy` in the directory of Rust project will trigger clippy to be run in a super strict mode.\n\n### chivium\n\nInstalls ChromeDriver and Selunium on Ubuntu 20.04. Based\non [@dannymota's](https://gist.github.com/dannymota/0878e11b901a46f491f19190f0acb4be) version of [@ziadoz's gist](https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5). Use sudo when running.\n\n### cloc-git\n\nBreaks down all the lines of code in a github repository. From [this Stack Overflow post](https://stackoverflow.com/a/29012789).\n\n### doly\n\nRuns a locally built copy of [lilypond](http://lilypond.org/index.html). Needs to have $LILY_SRC_DIR set\nto the source directory.\n\n### drink\n\nDrink gets Eth from the [Ropsten Ethereum Testnet](https://ropsten.etherscan.io/). \n\nBy default it will use [my Testnet wallet](https://ropsten.etherscan.io/address/0x16a94747d128c3ebb779ce32a9ecf125f3f89799) unless you declare the TESTNET_WALLET environment variable. Run the command more than once a day and you will be greylisted for 24 hours. \n\n### futuretense\n\nRuns the download and install script from [apple/tensorflow_macos](https://github.com/apple/tensorflow_macos) which installs\na virtual python3.8 environment with tensorflow that will run on an M1 macbook. \n\n### gisha\n\nUpdates all git repos in subdirectories relative to where called. \n\n```\n$\u003e gisha --go\n```\n\n### git-crawl\n\nMagnus Stahre's wonderful [git-crawl script](https://github.com/magnusstahre/git-stuff). I don't claim any legal rights to his code. I just like it.\n\n### rndpwd\n\nGenerates a random password. Taken from [this article](https://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/) by [@LowellHeddings](https://twitter.com/lowellheddings).\n\n### testnet\n\nFires up a local geth Ropsten(aka testnet) instance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fbingbang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolkengine%2Fbingbang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fbingbang/lists"}