Skip to content

Instantly share code, notes, and snippets.

View Gauthamastro's full-sized avatar
🎯
Focusing

Gautham Gauthamastro

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gauthamastro on github.
  • I am gauthamj (https://keybase.io/gauthamj) on keybase.
  • I have a public key ASDojxtUb186sQ8eeFB8o4LLJAWVGTJqABpHZGmO_dyFewo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am gauthamastro on github.
  • I am gbuddha (https://keybase.io/gbuddha) on keybase.
  • I have a public key ASD69x-leYgGFdq9W7CzOZfNH4VeXvuK1NPGkmUoCOlbCwo

To claim this, I am signing this object:

@Gauthamastro
Gauthamastro / torrent-client-by-url.py
Created January 4, 2020 16:00 — forked from samukasmk/torrent-client-by-url.py
Script of example to download files by torrent in Python (By: magnet url)
# source:
# https://stackoverflow.com/questions/6051877/loading-magnet-link-using-rasterbar-libtorrent-in-python
#
# ATTENTION: This is only a example of to use a python bind of torrent library in Python for educational purposes.
# I am not responsible for your download of illegal content or without permission.
# Please respect the laws license permits of your country.
import libtorrent as lt
import time