{"id":20648642,"url":"https://github.com/ccextractor/flood_mobile","last_synced_at":"2025-03-17T14:18:05.918Z","repository":{"id":38041220,"uuid":"349632778","full_name":"CCExtractor/Flood_Mobile","owner":"CCExtractor","description":"GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.","archived":false,"fork":false,"pushed_at":"2024-03-08T11:34:41.000Z","size":3917,"stargazers_count":100,"open_issues_count":10,"forks_count":124,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-02T13:08:10.546Z","etag":null,"topics":["dart","flutter","flutter-app","hacktoberfest","qbittorrent","rtorrent","rtorrent-flood","torrent","transmission"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/CCExtractor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-03-20T05:07:12.000Z","updated_at":"2024-12-05T14:16:05.000Z","dependencies_parsed_at":"2022-07-12T17:11:55.031Z","dependency_job_id":null,"html_url":"https://github.com/CCExtractor/Flood_Mobile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCExtractor%2FFlood_Mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCExtractor%2FFlood_Mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCExtractor%2FFlood_Mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCExtractor%2FFlood_Mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CCExtractor","download_url":"https://codeload.github.com/CCExtractor/Flood_Mobile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047645,"owners_count":20389206,"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":["dart","flutter","flutter-app","hacktoberfest","qbittorrent","rtorrent","rtorrent-flood","torrent","transmission"],"created_at":"2024-11-16T17:09:38.903Z","updated_at":"2025-03-17T14:18:05.898Z","avatar_url":"https://github.com/CCExtractor.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flood Mobile App\n\n![Group 3](https://user-images.githubusercontent.com/52864956/118592164-24de8280-b7c3-11eb-95f3-f575fd75d356.png)\n\n[![Slack](https://img.shields.io/badge/chat-on_slack-purple.svg?style=for-the-badge\u0026logo=slack)](https://slackinvite.ccextractor.org/)\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#supported-clients\"\u003eSupported Clients\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage \u0026 screenshot\"\u003eUsage \u0026 Screenshots\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n[![Flood logo](https://github.com/jesec/flood/raw/master/flood.svg)](https://flood.js.org)\n[![google-play-badge 2](https://user-images.githubusercontent.com/52864956/131207547-d6005fd4-ddff-455e-b86f-bea1460dbad9.png)](https://play.google.com/store/apps/details?id=com.hustlecreatives.flood_mobile)\n\nFlood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite\ntorrent client and serves a decent mobile UI for administration. The web app and other relevant documentation can be\nfound at [Flood](https://github.com/jesec/flood).\n\n#### Supported Clients\n\n| Client                                                          | Support                                                                                                      |\n| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| [rTorrent](https://github.com/rakshasa/rtorrent)                | :white_check_mark: ([tested](https://github.com/jesec/flood/blob/master/server/.jest/rtorrent.setup.js))     |\n| [qBittorrent](https://github.com/qbittorrent/qBittorrent) v4.1+ | :white_check_mark: ([tested](https://github.com/jesec/flood/blob/master/server/.jest/qbittorrent.setup.js))  |\n| [Transmission](https://github.com/transmission/transmission)    | :white_check_mark: ([tested](https://github.com/jesec/flood/blob/master/server/.jest/transmission.setup.js)) |\n\n### Built With\n\n* [Dart](https://dart.dev/)\n* [Flutter](https://flutter.dev/)\n* [flutter_client_sse](https://github.com/pratikbaid3/flutter_client_sse)\n\n\u003c!-- GETTING STARTED \u0026 CONTRIBUTING --\u003e\n\n## Getting started \u0026 Contribution guide\n\n[CONTRIBUTING.md](https://github.com/CCExtractor/Flood_Mobile/blob/master/CONTRIBUTING.md)\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage \u0026 Screenshots\n\nhttps://github.com/CCExtractor/Flood_Mobile/assets/91112485/e69f26a0-7963-4a09-974f-b69cc54b7a26\n\n\n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/519aa928-87e1-41cd-bc79-d40c11f6a754' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/3cf8cbfd-75eb-4def-bfbe-1877b0864aab' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/36499835-c4d2-4ec7-b312-3b59d7fc5f6c' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/79f00aff-82f7-4743-b287-eddd37f8efec' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/f4729cb7-1a93-4ff3-81b6-3c9f8a42e226' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/ce6df151-8d1d-42d3-af82-4d48ff61bef9' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/7fc16471-52e7-4380-8bf7-91453293e97e' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/293b6e36-a495-4f47-a16a-bdc2ab2117b9' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/f6476aaf-c694-4619-b307-3312928e0335' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/1aa6023c-c48a-459d-ae36-52aa964de3e8' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/4054d836-f4a9-4a02-9eea-174bb7763571' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/7795c8ae-865a-4031-a208-fea0eaada108' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/da7330d3-2ed3-4edd-9d9b-8a67bcd09ae5' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/d5244d64-6232-4706-baaf-56240063b2e5' width=200\u003e\u003c/img\u003e \n\u003cimg src='https://github.com/CCExtractor/Flood_Mobile/assets/91112485/ad699d30-bb2c-4378-82dc-077c87dbd749' width=200\u003e\u003c/img\u003e\n\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\n[Pratik Baid](https://www.linkedin.com/in/pratik-baid-aa253980/)\n\n[Akshat Tripathi](https://www.linkedin.com/in/akshat-tripathi-449a2922b/)\n\nProject Link: [Flood_Mobile](https://github.com/CCExtractor/Flood_Mobile)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccextractor%2Fflood_mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccextractor%2Fflood_mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccextractor%2Fflood_mobile/lists"}