{"id":19052661,"url":"https://github.com/thegoodduck/winternet_social","last_synced_at":"2025-11-12T12:03:27.080Z","repository":{"id":227935239,"uuid":"772757812","full_name":"thegoodduck/winternet_social","owner":"thegoodduck","description":"wi.rf.gd","archived":false,"fork":false,"pushed_at":"2025-08-31T22:32:29.000Z","size":131,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T00:32:53.097Z","etag":null,"topics":["decentralized","decentralized-application","flask","flask-application","jinja2","jinja2-templates","python","security","social-media","winternet"],"latest_commit_sha":null,"homepage":"https://winternet.pythonanywhere.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thegoodduck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-15T20:47:49.000Z","updated_at":"2025-08-31T22:31:37.000Z","dependencies_parsed_at":"2025-09-01T00:12:55.500Z","dependency_job_id":"7b42503c-ad5c-44c1-b06b-b4dbd822b917","html_url":"https://github.com/thegoodduck/winternet_social","commit_stats":null,"previous_names":["thegoodduck/winternet_social"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/thegoodduck/winternet_social","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegoodduck%2Fwinternet_social","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegoodduck%2Fwinternet_social/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegoodduck%2Fwinternet_social/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegoodduck%2Fwinternet_social/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegoodduck","download_url":"https://codeload.github.com/thegoodduck/winternet_social/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegoodduck%2Fwinternet_social/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284029385,"owners_count":26935274,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"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":["decentralized","decentralized-application","flask","flask-application","jinja2","jinja2-templates","python","security","social-media","winternet"],"created_at":"2024-11-08T23:27:31.141Z","updated_at":"2025-11-12T12:03:27.065Z","avatar_url":"https://github.com/thegoodduck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Winternet\n\n## Overview\nWinternet is a web application built using Flask. It is a social media framework meant to facilate access of self-hosting your own social media. It is minimal and includes no bloat whatsoever. I tested it on a 1 GHZ Pentium computer and it worked just fine. If you want to see it in live it is hosted here: https://winternet.pythonanywhere.com\n\n## Features\n- User authentication and session management\n- Subscribe to other users\n- Like hashtags\n- View a feed of posts from subscriptions and liked hashtags\n\n## Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/Winternet.git\n    cd Winternet\n    ```\n\n2. Create a virtual environment and activate it:\n    ```sh\n    python3 -m venv venv\n    source venv/bin/activate\n    ```\n\n3. Install the required packages:\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. Set up environment variables:\n    ```sh\n    export FLASK_APP=flask_app.py\n    export FLASK_ENV=development\n    ```\n\n5. Run the application:\n    ```sh\n    flask run\n    ```\n\n## Usage\n\n- Navigate to `http://127.0.0.1:5000/` in your web browser or the host url.\n- Register or log in to your account.\n- Subscribe to other users and like hashtags.\n- View your personalized feed.\n\n## CSV Files\n\nThere is a long list of CSV files to create and manage, including:\n- [likedhashtags.csv] Stores liked hashtags for users.\n- [posts.csv]: Stores posts.\n\n    locked.csv\n    users.csv\n    profile.csv\n    groups.csv\n    posts.csv\n    group_posts.csv\n    messages.csv\n    subscriptions.csv\n    restricted.csv\n    sudo.csv\n    likedhashtags.csv\n    videos.csv\n    group_members.csv\n    images.csv\n    signed.csv\n    servers.csv\n\nYou will need to create these in the root directory\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the GPL 3.0 License. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegoodduck%2Fwinternet_social","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegoodduck%2Fwinternet_social","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegoodduck%2Fwinternet_social/lists"}