This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
torrent_search
Watch
1
Star
0
Fork
0
You've already forked torrent_search
Code
Issues
2
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
Files
db75cba06a302ba59a895f3d6fbd08a6176b58f4
torrent_search
/
torrentSearch
History
KevinMidboe
db75cba06a
Rewrote most of search. Now we use docopt instead of argparser for parsing input arguments. Changed indentation to 3 spaces from 4 tabs. Added logging, this is where the parent logger for the project is defined. Main function changes things like logging level and makes sure that the query is defined.
2017-12-22 11:47:10 +01:00
..
tests
Added test base and coverage report for codecov.
2017-11-19 00:26:51 +01:00
__init__.py
Added init file in script folder that holds the current version of the repo.
2017-12-22 11:34:24 +01:00
config.ini
Renamed our config file and change the apikey variable to be upper case. This is reflected in search.py where we import this config file. Other changes in the search.py file is to so that when importing our config file we use the complete path of our file so we can run our script from anywhere, and still this file will find our config file. That is not use a relative path.,
2017-11-18 23:03:24 +01:00
http_utils.py
Http utils now supports logging on our main logger torrentSearch. Changed indentation and added better error handling for requests.urlopen which is the function that fetches from the internet.
2017-12-22 11:41:03 +01:00
jackett.py
Added logging support. Now we also find and return seed and leech count. Size is now tested before troed to convert to int.
2017-12-22 11:42:11 +01:00
piratebay.py
Added logging and stricter import of functions from local scripts.
2017-12-22 11:42:50 +01:00
search.py
Rewrote most of search. Now we use docopt instead of argparser for parsing input arguments. Changed indentation to 3 spaces from 4 tabs. Added logging, this is where the parent logger for the project is defined. Main function changes things like logging level and makes sure that the query is defined.
2017-12-22 11:47:10 +01:00
torrent.py
Also added in our torrent class so that all our indexing sites can create the same class so to be easily managed under the same type.
2017-11-02 15:17:08 +01:00
utils.py
Added representsInt to check if a string only contains numbers and ColorizeFilter to set specific colors to levels of log severity.
2017-12-22 11:43:47 +01:00