{"id":27644700,"url":"https://github.com/anabolicsanonymous/mediainfo-share","last_synced_at":"2026-04-29T15:39:51.462Z","repository":{"id":288912771,"uuid":"969521481","full_name":"AnabolicsAnonymous/mediainfo-share","owner":"AnabolicsAnonymous","description":"Modern Flask web-app sharing platform with mediainfo-parsing and auto-deletion.","archived":false,"fork":false,"pushed_at":"2025-04-23T15:02:00.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:58:28.156Z","etag":null,"topics":["flask","mediainfo","parser","torrents","web-appplication"],"latest_commit_sha":null,"homepage":"https://mediainfo.honey-pot.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnabolicsAnonymous.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,"zenodo":null}},"created_at":"2025-04-20T10:44:13.000Z","updated_at":"2025-04-23T15:02:03.000Z","dependencies_parsed_at":"2025-04-20T12:53:24.889Z","dependency_job_id":null,"html_url":"https://github.com/AnabolicsAnonymous/mediainfo-share","commit_stats":null,"previous_names":["anabolicsanonymous/mediainfo-share"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnabolicsAnonymous%2Fmediainfo-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnabolicsAnonymous%2Fmediainfo-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnabolicsAnonymous%2Fmediainfo-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnabolicsAnonymous%2Fmediainfo-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnabolicsAnonymous","download_url":"https://codeload.github.com/AnabolicsAnonymous/mediainfo-share/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540999,"owners_count":21447427,"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":["flask","mediainfo","parser","torrents","web-appplication"],"created_at":"2025-04-24T00:58:31.464Z","updated_at":"2026-04-29T15:39:51.457Z","avatar_url":"https://github.com/AnabolicsAnonymous.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MediaInfo Share\n\nMediaInfo Share is a small Flask application for storing MediaInfo output and giving people a link they can preview or download.\n\n## Features\n\n- Upload raw MediaInfo output and keep a formatted preview\n- Optional expiration window for shared links\n- Automatic cleanup job that removes expired entries and their files\n\n## Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/AnabolicsAnonymous/mediainfo-share.git\n   cd mediainfo-share\n   ```\n\n2. Copy the provided `.env.example` and fill it in. At minimum you need `SECRET_KEY` and `ENCRYPTION_KEY`. Generate values with:\n   ```bash\n   python -c \"import secrets; print(secrets.token_hex(32))\"     # SECRET_KEY\n   python -c \"from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())\"  # ENCRYPTION_KEY\n   ```\n   Paste the results into `.env`.\n\n4. Build and start the application:\n   ```bash\n   docker compose up --build -d\n   ```\n\n5. Visit the UI at `http://localhost:5000`.\n\n\n## Updating\n\nFetch the latest code, rebuild, and restart:\n```bash\ngit pull\ndocker compose up --build -d\n```\n\n## Contributing\n\nBug reports, feature requests, and pull requests are all welcome. Please open an issue first if you plan a larger change so we can talk through the approach.\n\n## License\n\nMediaInfo Share is released under the GNU Affero General Public License v3.0. See [LICENSE](LICENSE) for the full terms.\n\n## Support\n\nIf this project saves you time, tips are appreciated:\n\n- Bitcoin: `bc1q7nxt23ahfluesy2kxgjdkqhh7qcc3gda6wmla5`\n- Ethereum / USDC: `0x24D898b1BA57BC8F5B510A841EeE8c75dcD8397d`\n- Litecoin: `LL2pHmU4tYvKUCcBem3ehdrFeeuQuGbWNX`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanabolicsanonymous%2Fmediainfo-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanabolicsanonymous%2Fmediainfo-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanabolicsanonymous%2Fmediainfo-share/lists"}