Giter Club home page Giter Club logo

blog-notifier's Introduction

Blog Notifier

This scripts helps you to add to your watchlist sites with list of updating articles.

Usually sites have typical structure for representing articles or blogposts.

You can explore the one you want.

After that you can crawl for updates whenever you like.

Usage

>>> python blog_notifier.py --help
>>> python blog_notifier.py -migrate  # create sqlite3 database with empty tables
>>> python blog_notifier.py -crawl    # crawl new articles and send email to client
>>> python blog_notifier.py -explore  https://sysadmin.pm/  # add site to watchlist

Example configuration

mode: mail

server:
  host: smtp.gmail.com
  port: 465

client:
  email: [email protected]
  password: examplepassword
  send_to: [email protected]

telegram:
  bot_token: token
  channel: @channel

Also you can define client's credentiials with environment variables.

$ export NOTIFIER_CONFIG='credentials.yml'
$ export NOTIFIER_DB='db.sqlite3'
$ export NOTIFIER_CLIENT_EMAIL='[email protected]'
$ export NOTIFIER_CLIENT_PASSWORD='examplepassword'
$ export NOTIFIER_CLIENT_SEND_TO='[email protected]'
$ export NOTIFIER_TELEGRAM_BOT_TOKEN='token'
$ export NOTIFIER_TELEGRAM_CHANNEL='@channel'

blog-notifier's People

Contributors

ant1k9 avatar antik9 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

brianpzaide

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.