Skip to content

An Autoseed used to reseed TV-series or Anime in PT sites

License

Notifications You must be signed in to change notification settings

NWAFU/Pt-Autoseed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac7c36b · Jun 7, 2017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PT-Autoseed

An Autoseed used to reseed TV-series and Anime in Some PT sites.
The Reseed List: Saw Gist Rhilip/Reseed List please.

GitHub license

Support Site

Site URL Supported Date
北邮人BT https://bt.byr.cn/ 2017-02-07
蒲公英 NPUBits https://npupt.com/ 2017-05-12
麦田 PT http://pt.nwsuaf6.edu.cn/ 2017-05-26

Based Environment

Ubtuntu 14.04, Python > 3.4.

  • Transmission
apt-get -y install software-properties-common
add-apt-repository -y ppa:transmissionbt/ppa
apt-get update
apt-get -y install transmission-cli transmission-common transmission-daemon
  • Flexget
apt-get -y install python-pip
pip install flexget transmissionrpc
  • rtorrent + irssi-autodl
wget --no-check-certificate https://raw.githubusercontent.com/arakasi72/rtinst/master/rtinst.sh
bash rtinst.sh -t
  • MySQL (Use a remote mysqld alternative is feasible)
apt-get -y install mysql-server
  • MediaInfo (rtinst.sh will install it)
apt-get -y install mediainfo
  • ffmpeg (rtinst.sh will install it)
apt-add-repository -y ppa:mc3man/trusty-media
apt-get update
apt-get -y install ffmpeg
  • Python3 model
apt-get -y install python3-pip python3-lxml
pip3 install pymysql transmissionrpc requests bs4 pymediainfo
  • Supervisor (Suggest)
pip install supervisor

How to Use

cp setting.py usersetting.py
vi usersetting.py
sudo python3 autoseed.py

Contribute

  • Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  • Help to fix and update the reseed torrent's description.
  • If the funds permit, please donate to help me update this repo and the autoseed server.
WeChat Alipay

About

An Autoseed used to reseed TV-series or Anime in PT sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%