Search found 1 match

by thinkmusic
Wed May 06, 2009 3:19 am
Forum: Requests
Topic: Twitter Notification
Replies: 3
Views: 3285

Re: Twitter Notification

Here's a simple proof-of-concept that could be run as a cron job every five minutes (it will direct message a specified user with the torrent name and "is done" for each torrent that has completed in the past five minutes:

import http.client, json, base64, time
from datetime import datetime ...