{"id":15930977,"url":"https://github.com/foxmask/nyuseu","last_synced_at":"2025-03-14T03:21:02.863Z","repository":{"id":233381815,"uuid":"756056205","full_name":"foxmask/nyuseu","owner":"foxmask","description":"🐍 Nyuseu :: News Reader :: 뉴스","archived":false,"fork":false,"pushed_at":"2024-02-11T21:40:47.000Z","size":6339,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T22:22:40.523Z","etag":null,"topics":["rss","rss-reader","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxmask.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","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-02-11T21:02:41.000Z","updated_at":"2024-02-12T18:05:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b9ddf47-7e58-450e-a11e-7657e2ee8dd4","html_url":"https://github.com/foxmask/nyuseu","commit_stats":{"total_commits":129,"total_committers":3,"mean_commits":43.0,"dds":0.0852713178294574,"last_synced_commit":"de16824495abe58359a20b8aee15ce71a42872c5"},"previous_names":["foxmask/nyuseu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxmask%2Fnyuseu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxmask%2Fnyuseu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxmask%2Fnyuseu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxmask%2Fnyuseu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxmask","download_url":"https://codeload.github.com/foxmask/nyuseu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243515511,"owners_count":20303258,"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":["rss","rss-reader","self-hosted"],"created_at":"2024-10-07T01:03:12.629Z","updated_at":"2025-03-14T03:21:02.828Z","avatar_url":"https://github.com/foxmask.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nyuseu :: News :: 뉴스\n\nNews reader in [Python](https://www.python.org) and [Django](https://www.djangoproject.com/)\n\n\n![Main page](https://github.com/foxmask/nyuseu/blob/master/nyuseu/doc/screenshot.png)\n\n## :package: Installation\n\n### Requirements\n\n* Python \u003e 3.10\n* Django \u003c 4\n\n### Installation\n\npandoc\n\n```bash\nsudo apt install pandoc\n```\n\ncreate a virtualenv\n\n```bash\npython3 -m venv nyuseu\ncd nyuseu\nsource bin/activate\n```\n\ninstall the project\n\n```bash\npip install nyuseu\n```\n\n\n##  :wrench: Settings\n\ncopy the sample config file\n\n```bash\ncp env.sample .env\n```\n\nand set the following values\n\n```ini\nDEBUG=True   # or False\nDB_ENGINE='django.db.backends.sqlite3'\nDB_NAME='nyuseu.sqlite3'\nDB_USER=''\nDB_PASSWORD=''\nDB_HOST=''\nDB_PORT=''\n\nTIME_ZONE='Europe/Paris'\nLANGUAGE_CODE='en-en'\nUSE_I18N=True\nUSE_L10N=True\nUSE_TZ=True\n\nSECRET_KEY=TOBEDEFINED!\n\nBYPASS_BOZO=True\n```\n\n## :dvd: Database\n\nsetup the database\n\n```bash\ncd nyuseu\npython manage.py createsuperuser\npython manage.py migrate\n```\n\n## :mega: Running the Server\n### start the project\n\n```bash\npython manage.py runserver localhost:8001\n```\n\nthen, access the project with your browser http://127.0.0.1:8001/\n\n### Manage your data\n\ngo to http://127.0.0.1:8001/admin and enter the login/pass of the created `superuser`\n\n### :eyes: Importing OPML file\n\nenter the following command\n\n```bash\npython opml_load.py /path/to/the/file.opml\n```\n\neg\n\n```bash\npython manage.py opml_load ~/Download/feedly-e2343e92-9e71-4345-b045-cef7e1736cd2-2020-05-14.opml\nNyuseu Server - 뉴스 - Feeds Reader Server - Starlette powered\nHumor Le blog d'un odieux connard\nDev Vue.js News\nDev Real Python\nDev PyCharm Blog\nDev Python Insider\nDev The Django weblog\nDev Ned Batchelder's blog\nDev Pythonic News: Latest\nDev Caktus Blog\nDev The Official Vue News\nAndroid Les Numériques\nAndroid Frandroid\nDys Fédération Française des DYS\nGaming NoFrag\nGaming Gameblog\nGaming Gamekult - Jeux vidéo PC et consoles: tout l'univers des joueurs\nGaming PlayStation.Blog\nGaming jeuxvideo.com - PlayStation 4\nNyuseu Server - 뉴스 - Feeds Loaded\n```\n\n### :eyes: Exporting OPML file\n\nenter the following command\n\n```bash\npython opml_dump.py /path/to/the/file.opml\n```\n\neg\n\n```bash\nNyuseu :: 뉴스 :: News - Feeds Exported in file foobar.opml\n```\n\n### get the update of your news\n\nin your crontab add this for example\n\n```bash\n*/59 * * * * cd ~/Projects/nyuseu/ \u0026\u0026 . bin/activate \u0026\u0026 cd nyuseu \u0026\u0026 ./manage.py nyuseu_update\n```\n\n(Image credits to [Emojipedia](https://emojipedia.org/))\n\n## Board creation\n\n![Board creation 1](https://github.com/foxmask/nyuseu/blob/master/nyuseu/doc/create_1.png)\n\n![Board creation 1](https://github.com/foxmask/nyuseu/blob/master/nyuseu/doc/create_2.png)\n\n## accessing to boards\n\n![My boards](https://github.com/foxmask/nyuseu/blob/master/nyuseu/doc/my_boards.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxmask%2Fnyuseu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxmask%2Fnyuseu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxmask%2Fnyuseu/lists"}