{"id":21224067,"url":"https://github.com/kodie/lyrcper","last_synced_at":"2026-05-17T20:09:05.498Z","repository":{"id":80332647,"uuid":"78545043","full_name":"kodie/lyrcper","owner":"kodie","description":"A Twitter bot that posts randomly generated wallpapers with song lyrics.","archived":false,"fork":false,"pushed_at":"2017-01-25T17:14:45.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T01:42:56.482Z","etag":null,"topics":["bot","flickr","image","javascript","musixmatch","nodejs","picture","random","twitter","twitter-bot","wallpaper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2017-01-10T15:13:06.000Z","updated_at":"2022-06-13T17:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd5b2a88-212e-4b0b-a1c2-a07f43d3da05","html_url":"https://github.com/kodie/lyrcper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodie/lyrcper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Flyrcper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Flyrcper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Flyrcper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Flyrcper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodie","download_url":"https://codeload.github.com/kodie/lyrcper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Flyrcper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["bot","flickr","image","javascript","musixmatch","nodejs","picture","random","twitter","twitter-bot","wallpaper"],"created_at":"2024-11-20T22:54:55.679Z","updated_at":"2026-05-17T20:09:05.453Z","avatar_url":"https://github.com/kodie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [@lyrcper](https://twitter.com/lyrcper)\n\nA Twitter bot that posts randomly generated wallpapers with song lyrics.\n\n## Usage\n`node index.js`\n\n## Installation\n1. Clone this repository.\n2. `cd lyrcper`\n3. `npm install`\n4. `cp settings-example.json settings.json`\n5. Open up `settings.json` in your favorite text editor and fill in your API credentials for [Musixmatch](https://www.musixmatch.com), [Flickr](https://www.flickr.com), and [Twitter](https://twitter.com).\n\n### How to get Musixmatch API credentials\n1. Create a free Musixmatch account here: https://developer.musixmatch.com/signup\n2. Go to the account verification link that they sent to your e-mail and log in to your new account.\n3. Go to the applications section of your dashboard here: https://developer.musixmatch.com/admin/applications\n4. You should see \"(Your Username)'s App\". Click on the \"View\" link to the right of that.\n\nYour API key will then be displayed.\n\n### How to get Flickr API credentials\n\n#### API key/secret\n1. Create a free Flickr account here: https://www.flickr.com\n2. Log into your account and create a new Flickr app here: https://www.flickr.com/services/apps/create/noncommercial/\n\nYour API key and secret will be displayed after creating the app.\n\n#### Access token/secret\n1. `cd` into the directory where you cloned the lyrcper repository.\n2. `npm install prompt-promise opn`\n3. `node flickr_token.js`\n4. Follow the on-screen directions.\n\nYour access token and secret will then be displayed.\n\n### How to get Twitter API credentials\n\n#### API key/secret\n1. Create a free Twitter account here: https://twitter.com/signup\n2. Log into your account and create a new Twitter app here: https://apps.twitter.com/app/new (Leave the callback URL blank)\n3. On the next page, click on the \"Keys and Access Tokens\" tab.\n\nYour API key and secret will then be displayed.\n\n#### Access token/secret\n1. `cd` into the directory where you cloned the lyrcper repository.\n2. `npm install node-twitter-api prompt-promise opn`\n3. `node twitter_token.js`\n4. Follow the on-screen directions.\n\nYour access token and secret will then be displayed.\n\n## Settings\nlyrcper uses the [lyric-paper](https://github.com/kodie/lyric-paper) module to generate the wallpapers, therefore you can use any options that it uses as everything inside of `settings.json` is passed straight to it.\n\nSee https://github.com/kodie/lyric-paper#options for a list of options that you can set.\n\n## License\nMIT. See the License file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Flyrcper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodie%2Flyrcper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Flyrcper/lists"}