Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss2telegram

RSS feed for Telegram using Google Cloud Functions

Deployment

Copy .env.example.yaml to .env.yaml and put your values in there.

gcloud functions deploy RSS2Telegram --env-vars-file .env.yaml --runtime go121 --trigger-topic RSS2Telegram

Testing

gcloud pubsub topics publish RSS2Telegram --message ' '

Local Development

Set environemnt variables:

  • RSS_FEED_URL
  • TELEGRAM_BOT_API_TOKEN
  • TELEGRAM_CHAT_ID
  • GCP_PROJECT

Then run:

go run ./cmd/main.go

About

RSS feed for Telegram to be deployed as Google Cloud Function

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages