Coder Social home page Coder Social logo

my-feed's Introduction

My Feed

GO 练习项目。

从 gist 读取订阅 rss 的信息,使用 github actions 定时将更新的 rss 内容发送到邮箱。

配置

gist 数据格式(json):

[
  {
    "Link": "https://draveness.me/feed.xml"
  },
  {
    "Link": "https://rss.app/feeds/AiZJgzirUsi9Bqws.xml"
  },
]

环境变量:

  • EMAIL_USERNAME 发送邮箱用户名
  • EMAIL_PASSWORD 发送邮箱用户密码
  • EMAIL_TO 发送到的邮箱地址
  • GIST_SOURCE_FILE gist 文件地址
  • GIST_TOKEN Github Personal Access Token, 用来更新 gist
  • GIST_ID gist id, 用来更新 gist

my-feed's People

Contributors

polunzh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.