{"id":16482353,"url":"https://github.com/uesteibar/dev-mood-api","last_synced_at":"2026-06-11T17:31:37.954Z","repository":{"id":85652708,"uuid":"92147790","full_name":"uesteibar/dev-mood-api","owner":"uesteibar","description":"Analyze what folks tweet about programming languages and frameworks","archived":false,"fork":false,"pushed_at":"2017-06-21T18:30:39.000Z","size":174,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T21:16:44.753Z","etag":null,"topics":["elixir","elixir-lang","elixir-phoenix","twitter","twitter-sentiment-analysis","twitter-streaming-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/uesteibar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-23T08:21:41.000Z","updated_at":"2023-04-11T09:17:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"94e99f74-81e1-423f-ade8-d693128cc281","html_url":"https://github.com/uesteibar/dev-mood-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uesteibar/dev-mood-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uesteibar%2Fdev-mood-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uesteibar%2Fdev-mood-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uesteibar%2Fdev-mood-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uesteibar%2Fdev-mood-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uesteibar","download_url":"https://codeload.github.com/uesteibar/dev-mood-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uesteibar%2Fdev-mood-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34211061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["elixir","elixir-lang","elixir-phoenix","twitter","twitter-sentiment-analysis","twitter-streaming-api"],"created_at":"2024-10-11T13:10:27.372Z","updated_at":"2026-06-11T17:31:37.836Z","avatar_url":"https://github.com/uesteibar.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwitterDevMood\n\nThe aim of this project is to analyze what people tweets about programming languages and frameworks.\n\n- [Running Locally](#running-locally)\n- [Deploying](#deploying)\n- [API](#api)\n- [Contributing](#contributing)\n\n## Running locally:\n\n  * Install dependencies with `mix deps.get \u0026\u0026 yarn`\n  * Copy the env file with `cp .env.sample .env` and fill with your twitter keys\n  * Create, migrate and seed your database with `mix ecto.setup`\n  * Start the server with `mix phoenix.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n\n## Deploying\n\nThe project *as is* is ready to be deployed to your [heroku](https://www.heroku.com/) or [dokku](https://github.com/dokku/dokku) instance 😊.\n\n## API\n\nTo get the stats:\n`/api/languages`\n\nYou can also filter by tag:\n`/api/languages?tag=android`\n\nTo get the list of available tags:\n`/api/tags`\n\n## Real time websocket\n\nSubscribe to:\n  endpoint: `/socket`\n  room: `stats:languages`\n\nEvents:\n\n  on `update`: Receive the updated stats (so far, only the total occurrences count is sent)\n    ```json\n    { \"total_occurrences\": 1234 }\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuesteibar%2Fdev-mood-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuesteibar%2Fdev-mood-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuesteibar%2Fdev-mood-api/lists"}