
Marcel van der Boom mrb@identi.ca
This is my backup account, my webfinger is mrb@status.qua.name
Olivier Mehani at 2013-09-10T01:31:11Z
That, and OpenPGP cards. I bought a few from Kernel Concepts some time ago. They can hold both your PGP subjeys *and* SSH keys! You can also log in to your system with them, but it's a bit flimsy. I jotted down some notes.
This way, your sensitive stuff is never alone with your machine. That said, one of mine ended up being alone with my wallet. Which got stolen.Marcel van der Boom, Scott Sweeny, lnxwalt@microca.st, Evan Prodromou and 1 others likes this.
GNU MediaGoblin at 2013-09-05T15:15:05Z
MediaGoblin 0.5.0 "Goblin Force" released!
This is our most exciting release yet! Join us on an action-packed release with new authentication plugins (OpenID! Mozilla Persona!), a notification system, a reprocessing framework, the pluginification of media types and oh yes, much, much more!
It's our most exciting release yet! Strap in, join the party, and spread the word!Trolli Schmittlauch, Matthew, etalas, Krugor and 27 others likes this.
Dlareg, Trolli Schmittlauch, idoric, Matthew and 24 others shared this.
Also, anyone willing to upboat on Reddit, Slashdot, and Hacker News's newest page, any help is appreciated! :)Christopher Allan Webber at 12 years ago
ghostdancer likes this.
That's cool!at 12 years ago
Nathan Smith at 2013-08-26T04:43:43Z
Announcing spigot 2.0 - rate-limited feed aggregation to pump.io!About Spigot
Spigot takes syndicated content feeds and posts them to pump.io accounts at a limited rate. This way you can syndicate content to a pump.io account without worrying about flooding the account when updates to the feed are frequent.
First you set up connections to one or more pump.io accounts using OAuth. Then you add RSS or Atom feeds, specifying which account to post to, the maximum post frequency, and the format of the posted message. Each time spigot runs, it checks the feeds for new posts, and determines whether or not a new item should be posted based on the specified interval. Spigot can be run in a cron job (or manually) to make regular posts.
Spigot is inspired by Tricklepost and Brdcst.it.Requirements
spigot depends on Python 2.6 or higher and the following non-standard libraries- pypump >= 0.2 <https://pypi.python.org/pypi/PyPump>
- Universal Feed Parser >= 5.0 <http://www.feedparser.org/>
Installation
You can install spigot via pip:$ pip install spigot
Or you can clone the repo and install manually:$ python setup.py install
Configuration
To configure spigot for first use, run it from the command-line:$ spigot.py
You will be prompted to configure one account and one feed. To subsequently add an account:$ spigot.py --add-account
To add a new feed:$ spigot.py --add-feed
Running
After initial configuration, running spigot will poll your feeds and post to the configured accounts if the intervals allow. Running without specifying any options will result in no console output unless there are warnings or errors. This is optimal for running spigot as a cron job. To view more verbose logging, you can specify the --log-level option.Cron
Spigot can be run as a cron job to make sure that the flow of posts is regular. Here is an example crontab entry to run every 10 minutes:10 * * * * cd ~/spigot; spigot.py
Remember, spigot looks for its database and configuration file in the current working directory.
Spigot is distributed under the terms of the GPLv3.
HomeGrownHome, DDevine, Carlos Solís, Andi and 18 others likes this.
Stephen Michael Kellat, Olivier Mehani, Olivier Mehani, Deleted user and 9 others shared this.
Show all 8 repliesDo you have a gitorious or github repo up? I'd love to make some suggestions.
I think in particular you should send either:- An "article" object with a "summary" and "content"
- A "bookmark" object