Giter VIP home page Giter VIP logo

powershelllinkposter's Introduction

PowershellLinkPoster

Powershell Link Poster - Pinboard to Dreamwidth

Note: This runs under PowerShell, which comes as default in Windows 10, and is available for Mac and Linux. It uses the Dreamwidth "Post by Email" functionality.

Run with a command-line like:

postlinks.ps1 -pinboardUser andrewducker -emailFrom [email protected] -emailTo [email protected]

You will need to set up post by email at https://www.dreamwidth.org/manage/emailpost and then update the command line to match your settings.

You can run it with a TestMode flag, which will show the results rather than posting them.

i.e. postlinks.ps1 -pinboardUser andrewducker -emailFrom [email protected] -emailTo [email protected] -TestMode

If you're inside a corporate firewall then you will probably need to set the ProxyCredentials parameter. And unless you have external SMTP access you'll need an internal mail server (use the "smtpServer" parameter).

And you can change the posting time from midday by overriding the "linksEndTime" parameter like so:

-linksEndTime = (get-date -Minute 0 -Second 0 -Hour 8 -Millisecond 0) which will post links for the 24 hours preceding 8am this morning.

All suggestions/merge requests gratefully received.

powershelllinkposter's People

Contributors

andrewducker avatar djinncoyote avatar

Stargazers

Ben Werdmuller avatar

Watchers

 avatar

Forkers

djinncoyote

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.