{"id":18712067,"url":"https://github.com/SavannahHQ/Savannah","last_synced_at":"2025-04-12T12:31:26.201Z","repository":{"id":39598624,"uuid":"250347059","full_name":"SavannahHQ/Savannah","owner":"SavannahHQ","description":"Savannah is a Community Relationship Manager (CoRM), which is like a Customer Relationship Manager (CRM) but with a focus on community building rather than sales.","archived":false,"fork":false,"pushed_at":"2024-02-02T18:16:20.000Z","size":10046,"stargazers_count":41,"open_issues_count":24,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T12:52:19.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://savannahhq.com","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/SavannahHQ.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":"2020-03-26T19:01:16.000Z","updated_at":"2024-10-08T20:32:02.000Z","dependencies_parsed_at":"2023-02-13T02:31:03.099Z","dependency_job_id":"f2931d22-0f5a-4c45-92cd-434cee8e7521","html_url":"https://github.com/SavannahHQ/Savannah","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavannahHQ%2FSavannah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavannahHQ%2FSavannah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavannahHQ%2FSavannah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavannahHQ%2FSavannah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SavannahHQ","download_url":"https://codeload.github.com/SavannahHQ/Savannah/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566494,"owners_count":21125677,"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":[],"created_at":"2024-11-07T12:40:48.523Z","updated_at":"2025-04-12T12:31:21.191Z","avatar_url":"https://github.com/SavannahHQ.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Savannah\n\nLearn more at [SavannahHQ.com](https://savannahhq.com)\n\n![Community Dashboard](./docs/screenshots/Dashboard.png)\n\nTry a live demo at [demo.savannahhq.com](https://demo.savannahhq.com)!\n\n## Create a Development environment\n\nTo get started running Savannah in your development environment, first create a Python virtualenv:\n\n```\nvirtualenv --python=python3 ./env\n```\n\nThen install the requirements:\n\n```\n./env/bin/pip install -r requirements.txt\n```\n\nNext you'll need to initialize the database and create an admin account:\n\n```\n./env/bin/python manage.py migrate\n./env/bin/python manage.py createsuperuser\n```\n\nThis will create an SQLite database at ./db.sqlite in your local directory.\n\nFinally run the development server:\n\n```\n./env/bin/python manage.py runserver\n```\n\n## Setting up Savannah\n\nTo log in to Savannah go to http://localhost:8000/login and log in.\n\nOnce logged in you will need to go to the Django admin (http://localhost:8000/admin) and create a new `Community` record.\n\nYou can now view the Savannah dashboard at http://localhost:8000/dashboard/1/\n\nSavannah can import data from Slack, Github, Discourse and RSS feeds. To import, create a `Source` from the `Sources` page.\n\n\n### Running importers\n\nOnce you've created your `Source` you can run the importers with\n\n```\n./env/bin/python manage.py import all\n```\n\n### Tagging data\n\nYou can create `Tags` for your members and conversations from the Django admin interface. If you specify keywords for your tag, all imported conversations will be checked for those keywords and, if found, that `Tag` will be automatically applied to them.\n\nSome useful tags to consider are `thankful` with keywords `thanks, thank you`, and `greeting` with keywords `welcome, hello, hi`.\n\nTo auto-tag conversations \u0026 contributions, run:\n```\n./env/bin/python manage.py tag_conversations\n./env/bin/python manage.py tag_contributions\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSavannahHQ%2FSavannah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSavannahHQ%2FSavannah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSavannahHQ%2FSavannah/lists"}