Skip to main content

Search repositories on GitHub

Project description

The package searches repositories on GitHub using GraphQL API. One may specify parameters such as programming language, start date, and number of stars to get a list of GitHub repositories modified on or after the specified start date and satisfying other filters.

Parameters

  • --api-token: GitHub API token or Personal Access Token
  • --out-file: Output file path
  • --start-date: Start date for search in dd-mm-yyyy
  • --lang: Primary programming language of the repositories
  • --min-stars: Minimum star count
  • --verbose: Verbose mode

Example

Install searchgithubrepo package using pip and use it in your program.

from searchrepo import search_repo

one_day_old_date = (datetime.datetime.now().date() - datetime.timedelta(days=1))
search_repo(start_date=one_day_old_date,
            out_file='repos.csv',
            api_token='51ec41929c6f48c23482a734534327d308',
            stars=100,
            lang='Java', 
            verbose=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

searchgithubrepo-1.0.8.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

searchgithubrepo-1.0.8-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file searchgithubrepo-1.0.8.tar.gz.

File metadata

  • Download URL: searchgithubrepo-1.0.8.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.2

File hashes

Hashes for searchgithubrepo-1.0.8.tar.gz
Algorithm Hash digest
SHA256 04b54913d5870e330e1bf5a5e92f304f8dcf940e19310c184edaf13867b6914b
MD5 fc4ef5992d2161ad2cce8136d1116447
BLAKE2b-256 824400c24a2d273dcb25d4ab5344537a44c18d3c128f4a7ac7f3994c08a78d1a

See more details on using hashes here.

File details

Details for the file searchgithubrepo-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for searchgithubrepo-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 74614a49ff46c7e225ed8a498b8f212a40723a0e9e85a651435ba88704055d98
MD5 fc8657120c234d8d511ba135969b2fa3
BLAKE2b-256 86ed8681d7f8955fe0cfc1fdb7afc11b5ec39b9c9d211a05ae308cbe95cbdd03

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page