josiah
4a7dec3c97
Update some dumb grammar rules.
3 years ago
jowj
4db9a4deef
Update to be ~~~professional~~~
3 years ago
josiah
2e75bae12d
Update instructions to reflect my fixes about conditional args.
3 years ago
josiah
0515d6d9db
Update docs to reflect poetry instructions.
3 years ago
josiah
63a5afc50b
Fix typoes and markdown blunders; update roadmap.
3 years ago
josiah
cb61ff6d6c
Fix some empty lines, remove comments, lowercase non-globals.
3 years ago
josiah
24a27c0776
Move from argparse required args to individually handled args.
...
- this is a dumb hack.
- this is necessary because I needed conditional args:
- if -rt is there I don't need any reddit args
- otherwise I do!
- frustrating that its this gross. I should keep looking for better
- alternatives there.
3 years ago
josiah
0f9e3c61d3
Move from pipenv to poetry, since that's what the Cool Kids do now.
3 years ago
jowj
31967c690f
Update readme to reflect up to date documentation.
4 years ago
jowj
f2eaca31ec
Add space in prompt, return response when updating a tag.
4 years ago
jowj
333d9f7486
Remove unncessary file.
...
- now that we accept cli args we don't need this template file.
4 years ago
jowj
31922b1a02
Update readme to track progress.
4 years ago
jowj
86bf6c42e3
Add ability to retag pins.
4 years ago
jowj
22ee146b1b
Usability improvements:
...
- refactor arguments to parse args instead environment vars
- move to single file instead of two files
- add pdb.pm() functionality for debugging after a crash
4 years ago
josiah
a62d316569
Update readme with roadmap
4 years ago
jowj
e3c29d81f0
add license file.
4 years ago
jowj
3af3a71250
Ignore changes to template.sh so i don't accidentally commit creds.
4 years ago
jowj
15495edf56
Update readme to reflect new mfa experience; clean up orginization.
...
- moved a bunch of shit around to be more readable.
4 years ago
jowj
b182d83ae5
Add template file to make new environment setup easier.
4 years ago
jowj
bc9e36d571
Implement best practices
...
- capitialize variables
- reorder imports
- add comments (this was just to get the pyflakes bit to shutup)
4 years ago
jowj
5384007fcc
Rename main.py to reddit.py for clarity.
4 years ago
jowj
97e44e5874
Add a line about installing this.
4 years ago
jowj
801d8d177d
Generate actual pipfiles, requirements file.
...
- for some reason i hadn't done this before.
4 years ago
jowj
bcf099e7fc
Updat readme to include instructions for other users.
4 years ago
jowj
f1f878a404
AAAAAH ITS WORKING
...
- changed requests.post() to requests.get()
- changed data= to params= in requests.get() section for adding a ping
- enabled looping to iterate through large dictionaries instead of 1
- offs
- removed author from json; wasn't doing anything with it anyway
- re-arranged url construction in pinboard.py
- added time.sleep(3) to comply with pinboard api rules
4 years ago
jowj
ebb3707ba2
No errors, finally, but still not posting properly.
4 years ago
jowj
95389aa306
Work on converting json data, posting to pinboard.
4 years ago
jowj
298e11afb3
Build out skeleton for adding new pins from json file
...
- have still have to figure out how to /parse/ the json file
- still have to figure out how to post an item with arguments
4 years ago
jowj
50cc781149
Build out get_all_posts; update readme.
4 years ago
jowj
e2b2242312
Add pysnooper for troubleshooting.
4 years ago
jowj
2084ea95d3
Update properties grabbed for both active use cases.
4 years ago
jowj
a860153ba7
Update todo list.
4 years ago
jowj
64a6dd9198
Add pinboard skeleton.
4 years ago
jowj
47b6d8b753
Convert to using hasattr in order to prevent exceptions.
...
- i am learning so much about why documentation of apis is important.
4 years ago
jowj
4bbe6078ff
Update readme to include STRETCH GOALS and REDDITSUX.
4 years ago
jowj
aa54ea1b0a
Initial commit
4 years ago