Commit Graph

92 Commits

Author SHA1 Message Date
KevinMidboe cc50e80c3b Update PyPI badge to link to package page. 2021-07-04 15:48:18 +02:00
KevinMidboe 2f9f30349d Defined long description type as markdown. 2021-07-04 15:34:02 +02:00
KevinMidboe dfdcaa846a Correct package import 2021-07-04 15:29:00 +02:00
KevinMidboe 91c8a3b238 Merge branch 'master' of github.com:KevinMidboe/torrent_search 2021-07-04 15:27:18 +02:00
KevinMidboe 1899a9f54d Updated to version 0.2 2021-07-04 15:27:11 +02:00
KevinMidboe 07a0004c4d Setup.py's long description is contents of README. 2021-07-04 15:26:34 +02:00
KevinMidboe ad7ac7c71b Renamed config with default_ prefix. 2021-07-04 15:25:34 +02:00
KevinMidboe 06e00938d5 Moved config file to /Users/kemi01/.config/torrentSearch. 2021-07-04 15:23:44 +02:00
KevinMidboe ef4789b246 Moved logger setup to __init__ file. 2021-07-04 15:23:03 +02:00
KevinMidboe 066f2416d8 Update README.md 2021-07-03 19:27:39 +02:00
KevinMidboe 254abd7f58 Updated version number 2021-07-03 19:25:54 +02:00
KevinMidboe f0cb6d64b4 Merge pull request #3 from KevinMidboe/feat/drone-ci
Feat/drone ci
0.1
2021-07-03 19:16:32 +02:00
KevinMidboe 2f02a6dd80 Instead of manually defining dev deps, use requirements-dev. 2021-07-03 19:15:20 +02:00
KevinMidboe a19b53903b Resolved merge conflict in readme 2021-07-03 19:13:27 +02:00
KevinMidboe 7db3a29302 Merge branch 'master' into feat/drone-ci 2021-07-03 19:12:35 +02:00
KevinMidboe 11cc5f084b Moved badges to table & added drone CI 2021-07-03 19:11:49 +02:00
KevinMidboe d828d4e4f0 Add codecov secert as env variable 2021-07-03 19:09:00 +02:00
KevinMidboe 69991340e6 fix: install codecov before running command 2021-07-03 19:06:37 +02:00
KevinMidboe 0b22df4f0a fix: install coverage before running command 2021-07-03 19:05:31 +02:00
KevinMidboe 45fd26ad34 fix: explicit install pytest 2021-07-03 19:03:46 +02:00
KevinMidboe 60943f3423 First steps for drone CI script. 2021-07-03 18:53:01 +02:00
KevinMidboe fa49597669 Update README.md 2021-07-03 18:46:58 +02:00
KevinMidboe 88d91af382 Moved getConfig to utils. 2021-07-03 18:41:28 +02:00
KevinMidboe 9bfa913912 Setup default parameters for searchTorrentSite 2021-07-03 18:41:17 +02:00
KevinMidboe bd91939121 Save size in bytes and compute & save human_size. 2021-07-03 18:40:13 +02:00
KevinMidboe 2112147e3c Try find uploader and add to instance of Torrent 2021-07-03 18:37:16 +02:00
KevinMidboe f6987eb3f2 Encode any spaces in query as %20. 2021-07-03 18:36:05 +02:00
KevinMidboe 58c59a6a58 Created __main__ file as entry for pacakge. Updated imports. 2021-07-03 18:34:55 +02:00
KevinMidboe d875e7bedb Extended timeout duration from 10 --> 60 seconds. 2021-07-03 18:34:06 +02:00
KevinMidboe 467615b355 Use __init__ to append this package's dir to path. 2021-07-03 18:33:26 +02:00
KevinMidboe 86d716391c Updated console script to 'torrentsearch'. 2021-07-03 18:32:49 +02:00
KevinMidboe 873d2f2c1c Added colored dependency 2021-07-03 18:28:05 +02:00
KevinMidboe 9985358efb Update README.md 2018-03-19 18:25:36 +01:00
KevinMidboe bb456d51af Added default values for SITE_OPTIONS in config file. 2018-03-09 13:54:36 +01:00
KevinMidboe 4996f20bbc Now we have a option to filter on high quality releases with the -f flag. 2018-02-26 18:19:54 +01:00
KevinMidboe bf9ed49a86 Changed travis config to use our setup.py script. 2017-12-22 12:56:40 +01:00
KevinMidboe 3deaed48b7 Added better import for jackett. 2017-12-22 12:53:55 +01:00
KevinMidboe d327f0fc72 To adhear to http_utils the path is split into a list. 2017-12-22 12:53:31 +01:00
KevinMidboe 98c05a380d Added docstring to all functions. 🎉 2017-12-22 12:52:38 +01:00
KevinMidboe 6bdf904a40 Changed indentation and wrote docstring for each function. 2017-12-22 12:07:49 +01:00
KevinMidboe 662c8678ee Added docstring to functions and removed unused print statements. 2017-12-22 11:52:19 +01:00
KevinMidboe 2c245a5a5c Removed unused and commented code. 2017-12-22 11:47:28 +01:00
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
KevinMidboe 46455dc04a 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
KevinMidboe 39c12b8ede Added logging and stricter import of functions from local scripts. 2017-12-22 11:42:50 +01:00
KevinMidboe a4d400f086 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
KevinMidboe b09695c0fd 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
KevinMidboe 060b54b029 Added a setup.py for easy install and execution of script. 2017-12-22 11:35:45 +01:00
KevinMidboe c8c109f434 Merge branch 'master' of github.com:KevinMidboe/pirate_search 2017-12-22 11:35:08 +01:00
KevinMidboe bab8536b0c Added init file in script folder that holds the current version of the repo. 2017-12-22 11:34:24 +01:00