Naypam
bd06b80544
Don't want the real details being comitted
9 years ago
Naypam
72abcda177
initial yaml file
9 years ago
Naypam
3ea6b0f4e6
Merged rtgigbbons patch 2
9 years ago
Naypam
62faab1382
Merge pull request #49 from rtgibbons/patch-1
...
Use INFO when logging during trail_run
9 years ago
Ryan Gibbons
f7606dd056
Run save_directory even in trail_run
...
Might have another config option to make this an optional state?
9 years ago
Ryan Gibbons
fb79760404
Use INFO when logging during trail_run
...
I was confused when first setting up, by default trail_run is set to True, as is verbosity. But nothing is outputted and took a bit to figure out what was going on. Moving this to an INFO instead of a DEBUG makes much more sense.
9 years ago
Naypam
3ef1d1eb64
Update and rename LICENSE to LICENCE
9 years ago
Naypam
c4d30963bb
Ignore vim swap files
9 years ago
Naypam
744ee2f13e
Updated the Ansibleness
9 years ago
Naypam
64f9288544
Version 4.0.5 seems to have disappeared, changed to 4.0.6
9 years ago
Naypam
b3bdfd6698
Ansible script to install a Shreddit cron job for a user.
9 years ago
Naypam
b2ba976e07
Minimised requirements removing fluff
9 years ago
Naypam
17895f4149
New Readme
9 years ago
Naypam
bb1d59b854
Corrected name in get_secrett
9 years ago
David Trail
e3bea5dfb3
This wasn't even needed
9 years ago
David Trail
38de541513
I don't think we actually can iterate over > 1000
9 years ago
David Trail
0457f07dbb
pep8 compliance
9 years ago
David Trail
21b311c8d1
use logging instead of verbose
9 years ago
David Trail
b46dd0a3be
Dat space
9 years ago
David Trail
21be32ad9b
Improve documentation of get_secret.py
9 years ago
David Trail
1aeca04ad3
New code™ to open browser tab + append to praw.ini
9 years ago
David Trail
b73956a33a
Updated requirements
9 years ago
David Trail
c54b4086c3
New requirements
9 years ago
David "Naypam" Trail
46e19774ef
Merge pull request #42 from ijkilchenko/master
...
Added ascii encoding for trial_run output
9 years ago
David Trail
761804c104
Requirements update
9 years ago
Alex
07902a54a0
Added ascii encoding for trial_run output
9 years ago
David Trail
3185d7b96e
Back to no limit, was changed to 100 for testing the OAuth params
9 years ago
David Trail
9af0839853
Better description text.
9 years ago
David Trail
ee31bc89cf
Need 'history' OAuth2 access now.
9 years ago
David Trail
d3ce913f34
Praw 3.2.0
9 years ago
David Trail
3fc75b8f88
Merge branch 'master' of http://github.org/x89/Shreddit
9 years ago
David Trail
b76c52ce37
We never used asyncio in the end
9 years ago
David "Naypam" Trail
fb35c7b8ac
Merge pull request #38 from denizdogan/master
...
Fix: didn't remove all content
9 years ago
Deniz Dogan
7b4c3b1d1d
Fix: didn't remove all content
9 years ago
David Trail
ab2680ea8a
Issue brought up on youtube video by InzMovi
10 years ago
David Trail
f162fe87c0
Remove the silly donation links
10 years ago
David Trail
9b1c0663f8
Iterate while things were removed, combat the max 100 issue.
10 years ago
David Trail
273d115359
Don't use sleep
10 years ago
David Trail
66fec5e1b3
Updated to have an async http server to get the code
10 years ago
David Trail
fb8effe387
We need more permissions from our reddit app.
10 years ago
David Trail
2e9beb1d91
OAuth 2 login support. see get_secret.py and praw.ini.example
10 years ago
David Trail
f016d95783
Script to generate yourself a permanent refresh_token
10 years ago
David Trail
b60916aa57
add oauth vars to praw.ini
10 years ago
x89
ec0452983f
Check for TypeError (in case NoneType if the max_points entry hasn't been added yet)
10 years ago
x89
292d2006fd
Merge branch 'master' of http://github.org/x89/Shreddit
10 years ago
x89
7f475ccd31
Update to accept praw v3
10 years ago
David "Naypam" Trail
fbcddb6e62
Merge pull request #33 from disser/master
...
Fix bug in trial run, add max_score parameter.
10 years ago
Dave Disser
7965ccad00
Add save_directory parameter to backup comment in JSON format.
10 years ago
Dave Disser
c16b28e99c
Add max_score parameter to only delete comments with this score
...
or less.
10 years ago
Dave Disser
e682468eb3
Move trial_run check to after gilded & and distinguished check,
...
since these comments would erroneously be indicated for deletion
by trial mode.
10 years ago