Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'api.': 0.05; 'instance.': 0.09; 'overflow': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'project,': 0.12; 'stored': 0.12; 'exist.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mysql)': 0.16; 'peers.': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'library': 0.18; 'stack': 0.19; 'example': 0.22; 'cc:addr:python.org': 0.22; '31,': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'tracker': 0.26; '(for': 0.26; 'header:In-Reply- To:1': 0.27; 'point': 0.28; 'rest': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'coded': 0.31; 'etc.).': 0.31; 'file': 0.32; 'there.': 0.32; 'maybe': 0.34; "i'd": 0.34; "can't": 0.35; 'board': 0.35; 'something': 0.35; 'one,': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'surely': 0.36; 'server': 0.38; 'subject:needed': 0.38; 'files': 0.38; 'pm,': 0.38; 'signal': 0.60; 'simple': 0.61; 'information': 0.63; 'details': 0.65; 'believe': 0.68; 'below:': 0.68; 'friendly': 0.72; 'computers': 0.72; 'family': 0.73; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=bYqvEe5sbgE3WRugHWPo466XN/m6Hbzp2CtSWR/8Sa8=; b=gjnE2hBre5B5xQWkWYNzT48gshY8StAwRwINCLVAflV6/XTNIxbQJRaFy+swSeCf4i khtPT7kqGrkc5ygqncgtnMNoWQpQ/jdKc5tluAIfv5VqthAW18AbBetTuo0p13Ol82GZ nOhqYaxCXy0XmTqC52nBNI93raOx5Nd15Yg55q5jslWwGJ1OyiBFZ+a6UvWPfwTVWoJa wD1wdIglmCt4jcmghsbDhILFKhfKg8DY1bdWpiZNqJqu8ayB0LIoFcGcB6vZK3dhHd+5 mth6mlrD1fKYuZqh21m5D3DXCOMPYaVREnNfvNkmOcmdH4ljRqevwgNhao58v0QDJNfh pN6Q== MIME-Version: 1.0 X-Received: by 10.107.158.146 with SMTP id h140mr11916230ioe.27.1422695409493; Sat, 31 Jan 2015 01:10:09 -0800 (PST) In-Reply-To: <0eb69caf-6db1-400b-9bbe-5f197384065f@googlegroups.com> References: <0eb69caf-6db1-400b-9bbe-5f197384065f@googlegroups.com> Date: Sat, 31 Jan 2015 20:10:09 +1100 Subject: Re: A python coder needed From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422695417 news.xs4all.nl 2975 [2001:888:2000:d::a6]:40296 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84942 On Sat, Jan 31, 2015 at 7:51 PM, wrote: > Hello. I am looking for a python coder. Please find the details which are= in the below: > > A bittorrent client will be coded in order to share files in a private gr= oup. The private tracker server was coded by me (PHP & MySQL) and bittorren= t client will be communicated with this tracker server via REST API. File m= eta data and peer information will be stored on this private tracker server= . Files will be stored on peers computers and shared in each others by peer= s. > > For this project, Python coder will use libtorrent library and produce a = software with a simple and user friendly UI. During the file sharing, all b= ittorent features will be used (for example segmented file transfer, crypto= graphic hash etc.). > There are various job posting sites; I believe the Stack Overflow family of sites has one, for instance. The Python Job Board is currently down, or I'd point you there. However, this sounds like something that must surely exist. Can't you just take one of the existing torrent clients and maybe have a tiny script to signal it to start using a particular torrent file? ChrisA