{"id":21942843,"url":"https://github.com/omkarmoghe/songbird","last_synced_at":"2025-07-22T10:06:46.681Z","repository":{"id":83768629,"uuid":"73833172","full_name":"omkarmoghe/Songbird","owner":"omkarmoghe","description":"Uses trending topics on Twitter to create music using Max MSP","archived":false,"fork":false,"pushed_at":"2016-11-17T07:18:08.000Z","size":1553,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T15:49:00.710Z","etag":null,"topics":["maxmsp","music","python","twitter"],"latest_commit_sha":null,"homepage":"","language":"Max","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/omkarmoghe.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}},"created_at":"2016-11-15T16:32:12.000Z","updated_at":"2018-03-23T13:28:30.000Z","dependencies_parsed_at":"2023-03-12T19:43:14.598Z","dependency_job_id":null,"html_url":"https://github.com/omkarmoghe/Songbird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omkarmoghe/Songbird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarmoghe%2FSongbird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarmoghe%2FSongbird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarmoghe%2FSongbird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarmoghe%2FSongbird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omkarmoghe","download_url":"https://codeload.github.com/omkarmoghe/Songbird/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarmoghe%2FSongbird/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266473033,"owners_count":23934475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["maxmsp","music","python","twitter"],"created_at":"2024-11-29T03:26:58.474Z","updated_at":"2025-07-22T10:06:46.613Z","avatar_url":"https://github.com/omkarmoghe.png","language":"Max","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Songbird\nUses tweets from Twitter's trending topics to create music using Max MSP\n\nOriginally created for my cycle 3 project for PAT 201 at the Univeristy of Michigan.\n\n## Building\nYou will need to create a Twitter app and use the dev console to generate auth keys/tokens for your app. https://apps.twitter.com/\n\nNext, create a file called `secrets.py` and add the following keys to the file:\n```python\nCONSUMER_KEY = 'your'\nCONSUMER_SECRET = 'keys'\nACCESS_TOKEN = 'go'\nACCESS_TOKEN_SECRET = 'here'\n```\n\nNow you can run `python songbird.py filename [keywords...]` to generate the data file, formatted as a Max `coll` object.\n\nFor example, `python songbird.py sick_bands.txt #SickBands` would generate a file called `sick_bands.txt` with the corresponding MIDI data based on tweets from the \"#SickBands\" trending topic.\n\nMax coll objects are formatted as follows:\n```\nindex, value1 value2;\n```\nInternally, `value1` and `value2` are being scaled and used as pitch and velocity respectively.\n\nFinally, run the Max patch to play music!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarmoghe%2Fsongbird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomkarmoghe%2Fsongbird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarmoghe%2Fsongbird/lists"}