Skip to content

Commit

Permalink
Merge pull request #7 from redsudo/develop
Browse files Browse the repository at this point in the history
DL Presets + Multiple Accounts + Refactor
  • Loading branch information
redsudo authored Mar 13, 2018
2 parents 45249b3 + 7f43fe7 commit 9bcdca9
Show file tree
Hide file tree
Showing 18 changed files with 867 additions and 347 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__/
rs_config.json
.venv
.vscode
sessions.pk
21 changes: 0 additions & 21 deletions FeaturingFormat.py

This file was deleted.

23 changes: 23 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

mutagen = "==1.31"
requests = "==2.9.1"
pycrypto = "*"


[dev-packages]

pylint = "*"
yapf = "*"


[requires]

python_version = "3.6"
137 changes: 137 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 0 additions & 104 deletions cli.py

This file was deleted.

Empty file added config/__init__.py
Empty file.
Loading

0 comments on commit 9bcdca9

Please sign in to comment.