{"id":16535955,"url":"https://github.com/jasperan/discover-github","last_synced_at":"2025-06-30T11:06:08.160Z","repository":{"id":214906445,"uuid":"737621943","full_name":"jasperan/discover-github","owner":"jasperan","description":"Get Trending GitHub Repositories \u0026 CTA them","archived":false,"fork":false,"pushed_at":"2024-01-25T18:20:08.000Z","size":1056,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T16:29:37.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jasperan.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":"2023-12-31T19:36:35.000Z","updated_at":"2023-12-31T22:17:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1030bde-780c-4c89-beff-41ebf130fff6","html_url":"https://github.com/jasperan/discover-github","commit_stats":null,"previous_names":["jasperan/discover-github"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasperan/discover-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasperan%2Fdiscover-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasperan%2Fdiscover-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasperan%2Fdiscover-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasperan%2Fdiscover-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasperan","download_url":"https://codeload.github.com/jasperan/discover-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasperan%2Fdiscover-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262762468,"owners_count":23360330,"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-10-11T18:29:20.652Z","updated_at":"2025-06-30T11:06:08.133Z","avatar_url":"https://github.com/jasperan.png","language":"Python","readme":"# OCI GenAI Automatic Content Extractor \u0026 Summarizer\n\n![](./img/repo_logo.png)\n\nThis project gets the 25 trending projects from a day (from [here](https://github.com/trending)), reads their README.md files, and summarizes them in a way which is ready for social media.\n\nCompanies can use this in their content generation pipeline strategies, or individuals trying to grow their social media following with organic and up-to-date (fresh everyday) content!\n\nLLM Hyperparams used:\n\n- Prompt:  \"Generate a teaser summary for this Markdown file. Share an interesting insight to captivate attention.\"\n- Extractiveness = \"AUTO\" # HIGH, LOW\n- Format = \"AUTO\" # brackets, paragraph\n- Length = \"LONG\" # high, AUTO\n- Temperature = .3 # [0,1]. The lower the temperature, the more consistent and less wild/imaginative generations are\n\n## Requirements\n\n- Python 3.10\n- Conda\n- [OCI SDK](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm)\n\n## Installation\n\n```sh\npip install -r requirements.txt\n```\n\n## Automatically Running everything\n\nFirst, you need to configure a `config.yaml` file that contains this structure, which will allow you to authenticate to OCI and call the OCI GenAI summarization model, to summarize the content from each project's README files:\n\n```yml\ncompartment_id: \"ocid1.compartment.oc1..ocid\"\nconfig_profile: \"profile_name_in_your_oci_config\"\n```\n\nYou can find your oci configuration in `~/.oci/config`. Make sure you have previously installed [OCI SDK in your computer](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm).\n\nThen, you can run the bash script to generate all outputs in the `output/` dir:\n\n```bash\nchmod a+x run.sh # if you don't have exec permissions initially for the .sh file\n./run.sh\n```\n\n## Running the Spiders / Crawlers\n\n```sh\nscrapy runspider trending_spider.py # this will get trending repositories\nscrapy runspider info_spider.py # then, for each trending repository, it will extract info.\npython main.py # to process their README.md files as well, and runs a summarizer on top of it.\n```\n\n## Getting Started with LinkedIn Poster\n\n### Pre-requisites\n\n1. Create or use an existing developer application from the [LinkedIn Developer Portal](https://www.linkedin.com/developers/apps/)\n2. Request access to the Sign In With LinkedIn API product. This is a self-serve product that will be provisioned immediately to your application.\n3. Generate a 3-legged access token using the Developer Portal [token generator tool](https://www.linkedin.com/developers/tools/oauth/token-generator), selecting the r_liteprofile scope.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasperan%2Fdiscover-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasperan%2Fdiscover-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasperan%2Fdiscover-github/lists"}