{"id":25343708,"url":"https://github.com/effectiveaf/fuck-the-suits","last_synced_at":"2025-10-29T13:31:14.034Z","repository":{"id":42696711,"uuid":"334548837","full_name":"EffectiveAF/fuck-the-suits","owner":"EffectiveAF","description":"r/wallstreetbets crowd amplification. Graphs which companies are most shorted by Wall Street scumbags.","archived":false,"fork":false,"pushed_at":"2022-07-05T23:55:22.000Z","size":3083,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-11T05:11:56.903Z","etag":null,"topics":["data-viz","finance","justice","lets-do-this","reddit","svelte","wall-street-bets"],"latest_commit_sha":null,"homepage":"https://fuckthesuits.effective.af/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EffectiveAF.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}},"created_at":"2021-01-31T01:30:02.000Z","updated_at":"2022-07-05T23:55:13.000Z","dependencies_parsed_at":"2022-07-08T02:44:55.108Z","dependency_job_id":null,"html_url":"https://github.com/EffectiveAF/fuck-the-suits","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EffectiveAF%2Ffuck-the-suits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EffectiveAF%2Ffuck-the-suits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EffectiveAF%2Ffuck-the-suits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EffectiveAF%2Ffuck-the-suits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EffectiveAF","download_url":"https://codeload.github.com/EffectiveAF/fuck-the-suits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238829542,"owners_count":19537719,"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":["data-viz","finance","justice","lets-do-this","reddit","svelte","wall-street-bets"],"created_at":"2025-02-14T10:57:48.021Z","updated_at":"2025-10-29T13:31:13.155Z","avatar_url":"https://github.com/EffectiveAF.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fuck the Suits\n\nFor far too long, The Suits have served their own selfish interests\nabove the rights of the majority -- and gotten away with it.\n\nUntil now.\n\n\n## Run Dev Environment\n\n```\n# Clone this repo\nnpm i\nnpm run build\nnpm run dev\n\n# Or\nnpm i \u0026\u0026 npm run build \u0026\u0026 npm run dev\n```\n\nNow visit \u003chttp://localhost:5000/\u003e !\n\n\n## Getting short_volume Data\n\nTop 6 most shorted companies in the last 5 trading days, assuming\nthere were no holidays in the last week:\n\n```\nfuckthesuits=# SELECT symbol, SUM(short_volume) AS total FROM daily_short_volume WHERE date \u003e now() - interval '1d' * 7 GROUP BY symbol ORDER BY total DESC LIMIT 6;\n```\n\nGet the latest data on the above companies, assuming the top 6 didn't change:\n\n```sql\nfuckthesuits=# do $body$ declare _symbol text; _date text; _short_volume int; symbols text[] := array['SNDL', 'NAKD', 'AMC', 'CTRM', 'ZOM', 'NOK']; begin FOREACH _symbol IN ARRAY symbols LOOP SELECT date, short_volume FROM daily_short_volume WHERE symbol = _symbol AND date = '2021-02-03' INTO _date, _short_volume; RAISE NOTICE '%: [\"%\", %]', _symbol, _date, _short_volume; END LOOP; end; $body$;\n```\n\n\n## Attributions\n\n- Priyanjit Dey for our fork of `svelte-fusioncharts/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffectiveaf%2Ffuck-the-suits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffectiveaf%2Ffuck-the-suits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffectiveaf%2Ffuck-the-suits/lists"}