{"id":25097301,"url":"https://github.com/beeeegi/eclipse","last_synced_at":"2026-04-30T01:36:18.138Z","repository":{"id":242348888,"uuid":"809326499","full_name":"beeeegi/Eclipse","owner":"beeeegi","description":"Eclipse is a web app for secure file uploads using Discord or Google login. Files are sent to a Discord channel via webhook, and users can view and download them.","archived":false,"fork":false,"pushed_at":"2024-09-29T15:36:15.000Z","size":967,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T12:12:05.593Z","etag":null,"topics":["discord-api","discord-cdn","flask","georgian","google-api","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Python","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/beeeegi.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}},"created_at":"2024-06-02T11:31:49.000Z","updated_at":"2024-09-29T15:36:18.000Z","dependencies_parsed_at":"2024-06-02T12:51:55.157Z","dependency_job_id":"d597344f-e2ea-4987-8873-adde918fd3ed","html_url":"https://github.com/beeeegi/Eclipse","commit_stats":null,"previous_names":["beeeegi/eclipse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FEclipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FEclipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FEclipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FEclipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeeegi","download_url":"https://codeload.github.com/beeeegi/Eclipse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746870,"owners_count":20827061,"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":["discord-api","discord-cdn","flask","georgian","google-api","webhooks"],"created_at":"2025-02-07T17:31:12.985Z","updated_at":"2026-04-30T01:36:13.088Z","avatar_url":"https://github.com/beeeegi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse\nEclipse is a web application that allows users to securely log in using either their Discord or Google accounts and upload files. Uploaded files are sent to a Discord channel using a webhook, and users can view and download their uploaded files through the web interface.\n\n## Developer notes\nI am not primarily a GUI developer, so the graphical user interface in this project sucks. The application has been tested locally, and its behavior on a live web server is unknown. Due to recent changes in Discord's CDN authentication mechanism, attachment URLs now include three new parameters: ex, is, and hm. These changes are intended to improve security but will affect how attachment URLs are managed in this application. So I can't really make a downloadable files with this project, the script is written BEFORE the changes were applied to the cdn links so it may not work.\n\n## Setup and Installation\n`1.` Clone the repository\n```bash\ngit clone https://github.com/beeeegi/Eclipse\n```\n\n`2.` Install requirements\n```bash\ncd eclipse\npip install -r requirements.txt\n```\n\n`3.` Create a `.env` File\nPut it in the root directory and paste this in the file:\n```env\nSECRET_KEY=your_secret_key\n\nDISCORD_CLIENT_ID=your_discord_client_id\nDISCORD_CLIENT_SECRET=your_discord_client_secret\nDISCORD_REDIRECT_URI=http://localhost:5000/callback\nDISCORD_CHANNEL_ID=your_discord_channel_id\n\nGOOGLE_CLIENT_ID=your_google_client_id\nGOOGLE_CLIENT_SECRET=your_google_client_secret\nGOOGLE_REDIRECT_URI=http://localhost:5000/google/callback\n```\n\n`4.` Run the application with:\n```bash\npython3 app.py\n```\nYou can access the app with this link: `http://localhost:5000`\n\n## Usage\n### Authentication\nYou have two options here: Google or Discord\n### File Upload\nAfter logging in, you will be presented with an option to upload a file or view the library.\nIn the library section, you have option to download the file again or view file's name, size and the upload date.\n\n## Screenshots\n![image](https://github.com/beeeegi/Eclipse/assets/102294103/0080687d-ec8d-4405-b421-8cb8a3f49df6)\n![image](https://github.com/beeeegi/Eclipse/assets/102294103/480a0d8e-3b5f-45ad-b890-6f5c2a04b93a)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeeegi%2Feclipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeeegi%2Feclipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeeegi%2Feclipse/lists"}