This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
config.yml
58 lines (54 loc) · 1.66 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# The GitHub user that owns the repos you want to examine
github_user:
- sendgrid
# List all the repos for which you want to obtain data
github_repos:
- sendgrid-csharp
- smtpapi-csharp
- sendgrid-python
- smtpapi-python
- sendgrid-nodejs
- smtpapi-nodejs
- nodemailer-sendgrid-transport
- sendgrid-php
- smtpapi-php
- sendgrid-ruby
- smtpapi-ruby
- sendgrid-go
- smtpapi-go
- sendgrid-java
- smtpapi-java
- python-http-client
- ruby-http-client
- csharp-http-client
- php-http-client
- sendgrid-swagger
- docs
- rest
- open-source-library-data-collector
- nodejs-http-client
- java-http-client
# The following represents the package managers this code supports
package_manager_urls:
- https://www.nuget.org/packages/SendGrid
- https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client
- https://www.npmjs.com/package/sendgrid
- https://www.npmjs.com/package/sendgrid-rest
- https://packagist.org/packages/sendgrid/sendgrid
- https://packagist.org/packages/sendgrid/php-http-client
- https://pypi.python.org/pypi/sendgrid
- https://pypi.python.org/pypi/python_http_client
- https://pypi.python.org/pypi/open_source_library_data_collector
- https://rubygems.org/gems/sendgrid-ruby
- https://rubygems.org/gems/ruby_http_client
# This email will be sent upon successful execution
email:
from: 'DX Team <[email protected]>'
to: 'DX Team <[email protected]>'
subject: 'Package Manager Open Source Downloads and GitHub Data Updated [Automated]'
body: 'Data logged to DB on Heroku.'
# If the key is true, that table will be export as a CSV to the
# ./csv folder. If false, that table will not be exported.
export_tables:
Github: True
PackageManagers: True