Skip to content

Sends weather forecast SMS about city that specified in ci.yml file

Notifications You must be signed in to change notification settings

ozcanzaferayan/daily-weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily weather forecast

Daily weather forecast is Github Action that sends SMS about istanbul weather information daily.

Screenshot

Sent from twilio account screenshot

Requirements

  1. Twilio trial or upgraded account.
  2. Public or private Github repo.

Usage

  1. Fork this repo.
  2. If you have trial twilio account, you should specify verified gsm numbers for sending sms.
  3. Go to your forked repo's "Settings" tab and navigate to "Secrets" from left sidebar.
  4. Create secrets according to your twilio account information:
MSISDN_RECEIVERS_DELIMITED_WITH_SEMICOLON="+905311234567;+905531234567"
MSISDN_SENDER="+10987654321"
TWILIO_ACCOUNT_SID="AC123456ytfd3123456ytre12345612345"
TWILIO_AUTH_TOKEN="7f123456ab56331cd245412312312356"
# for debugging purposes
ACTIONS_STEP_DEBUG=true

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Sends weather forecast SMS about city that specified in ci.yml file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages