{"id":15632625,"url":"https://github.com/jamiew/hiptweets","last_synced_at":"2025-04-30T04:34:04.993Z","repository":{"id":4465941,"uuid":"5604717","full_name":"jamiew/hiptweets","owner":"jamiew","description":"Send Twitter search results to a HipChat room in realtime","archived":false,"fork":false,"pushed_at":"2014-01-21T20:35:27.000Z","size":140,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T23:49:41.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamiew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-29T18:27:36.000Z","updated_at":"2015-01-29T11:21:34.000Z","dependencies_parsed_at":"2022-09-21T17:02:35.889Z","dependency_job_id":null,"html_url":"https://github.com/jamiew/hiptweets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhiptweets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhiptweets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhiptweets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhiptweets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamiew","download_url":"https://codeload.github.com/jamiew/hiptweets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251642804,"owners_count":21620365,"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","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":[],"created_at":"2024-10-03T10:44:44.007Z","updated_at":"2025-04-30T04:34:04.833Z","avatar_url":"https://github.com/jamiew.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"hiptweets\n=========\n\nPrint tweets matching specific search terms to a HipChat room\n\nDesigned to run on Heroku for free.\n\n\nConfiguration\n-------------\n\nLocally you copy *config.sample.yml* to *config.yml* and fill things in.\n\nOn Heroku, set the following ENV vars:\n\n* TWITTER_ACCESS_KEY\n* TWITTER_SECRET_KEY\n* TWITTER_CONSUMER_KEY\n* TWITTER_CONSUMER_SECRET\n* HIPCHAT_API_TOKEN\n* HIPCHAT_ROOM\n\nAnd what you actually want to search for:\n\n* HIPTWEET_SEARCH -- comma-delimited string like vhx,foo,bar\n* HIPTWEET_USER_IDS -- comma-delimited string of Twitter user IDs via [@username -\u003e id lookup tool](http://id.twidder.info/)\n\n\ne.g.\n\n```bash\nheroku config:add TWITTER_ACCESS_KEY=\"\" TWITTER_SECRET_KEY=\"\" TWITTER_CONSUMER_KEY=\"\" TWITTER_CONSUMER_SECRET=\"\"\nheroku config:add HIPCHAT_API_TOKEN=\"\" HIPCHAT_ROOM=\"\"\nheroku config:add HIPTWEET_SEARCH=\"vhx.tv,foobar\"\nheroku config:add HIPTWEET_USER_IDS=\"1234583,9876522\"\n```\n\nHipChat room can be either name or ID\n\nRunning locally\n---------------\n\n```sh\nbundle install\nbundle exec rake twitter:stream\n```\n\nOr how it's run on Heroku, to test the Procfile:\n\n```sh\ngem install heroku\nforeman start\n```\n\nRunning on Heroku\n----------------\n\n```sh\nheroku create hiptweets-jamiew --stack=cedar\nheroku config:add TWITTER_ACCESS_KEY=\"\" TWITTER_SECRET_KEY=\"\" TWITTER_CONSUMER_KEY=\"\" TWITTER_CONSUMER_SECRET=\"\"\nheroku config:add HIPCHAT_API_TOKEN=\"\" HIPCHAT_ROOM=\"\"\nheroku config:add HIPTWEET_SEARCH=\"vhx.tv,foobar\"\nheroku config:add HIPTWEET_USER_IDS=\"1234583,9876522\"\ngit push heroku master\nheroku scale stream=1\n```\n\nYou can use `heroku logs -t` to watch output\n\n\n\nNotes\n-----\n\n* TwitterSearch is a work-in-progress\n* Request: a node.js version that runs inside Hubot, and also responds to \"@hubot search twitter 'my string'\"\n\nAuthors\n-------\n\n* [Jamie Dubs (@jamiew)](https://github.com/jamiew)\n\nCopyright\n---------\n\nAll source code made freely available under an MIT License\n\nContributing\n------------\n\n* Fork the project\n* Create a new branch for your feature or bugfix\n* Send a pull request\n\nFollowing the contributor-friendly practices of [Rubinius](http://www.programblings.com/2008/04/15/rubinius-for-the-layman-part-2-how-rubinius-is-friendly/)\nand [FAT Lab](http://fffff.at),\nanyone who submits a patch which is accepted is granted both commit and credit/attribution bits.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fhiptweets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiew%2Fhiptweets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fhiptweets/lists"}