Commit Graph

36 Commits

Author SHA1 Message Date
4a7dec3c97 Update some dumb grammar rules. 2020-11-03 12:46:59 -06:00
4db9a4deef Update to be ~~~professional~~~ 2020-07-22 21:25:47 +00:00
2e75bae12d Update instructions to reflect my fixes about conditional args. 2020-05-26 21:39:16 -05:00
0515d6d9db Update docs to reflect poetry instructions. 2020-05-26 21:37:48 -05:00
63a5afc50b Fix typoes and markdown blunders; update roadmap. 2020-05-26 21:37:06 -05:00
cb61ff6d6c Fix some empty lines, remove comments, lowercase non-globals. 2020-05-26 21:36:21 -05:00
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.
2020-05-26 21:35:25 -05:00
0f9e3c61d3 Move from pipenv to poetry, since that's what the Cool Kids do now. 2020-05-26 21:34:26 -05:00
31967c690f Update readme to reflect up to date documentation. 2020-02-06 15:58:29 -06:00
f2eaca31ec Add space in prompt, return response when updating a tag. 2020-02-06 14:58:27 -06:00
333d9f7486 Remove unncessary file.
- now that we accept cli args we don't need this template file.
2020-02-06 14:26:04 -06:00
31922b1a02 Update readme to track progress. 2020-02-06 14:25:47 -06:00
86bf6c42e3 Add ability to retag pins. 2020-02-06 14:25:20 -06:00
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
2020-02-06 13:55:20 -06:00
josiah
a62d316569 Update readme with roadmap 2020-01-27 00:35:07 +00:00
e3c29d81f0 add license file. 2019-12-12 16:48:46 +00:00
3af3a71250 Ignore changes to template.sh so i don't accidentally commit creds. 2019-11-08 15:19:52 -06:00
15495edf56 Update readme to reflect new mfa experience; clean up orginization.
- moved a bunch of shit around to be more readable.
2019-11-08 15:18:58 -06:00
b182d83ae5 Add template file to make new environment setup easier. 2019-11-08 15:04:10 -06:00
bc9e36d571 Implement best practices
- capitialize variables
- reorder imports
- add comments (this was just to get the pyflakes bit to shutup)
2019-11-08 15:01:37 -06:00
5384007fcc Rename main.py to reddit.py for clarity. 2019-11-08 15:01:18 -06:00
97e44e5874 Add a line about installing this. 2019-11-08 14:36:57 -06:00
801d8d177d Generate actual pipfiles, requirements file.
- for some reason i hadn't done this before.
2019-11-08 14:36:34 -06:00
bcf099e7fc Updat readme to include instructions for other users. 2019-06-22 15:50:42 -05:00
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
2019-06-22 14:43:11 -05:00
ebb3707ba2 No errors, finally, but still not posting properly. 2019-06-21 23:58:39 -05:00
95389aa306 Work on converting json data, posting to pinboard. 2019-06-21 23:47:54 -05:00
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
2019-06-19 17:07:52 -05:00
50cc781149 Build out get_all_posts; update readme. 2019-06-19 15:36:42 -05:00
e2b2242312 Add pysnooper for troubleshooting. 2019-06-19 15:35:24 -05:00
2084ea95d3 Update properties grabbed for both active use cases. 2019-06-16 22:21:56 -05:00
a860153ba7 Update todo list. 2019-06-16 22:21:36 -05:00
64a6dd9198 Add pinboard skeleton. 2019-06-16 22:21:22 -05:00
47b6d8b753 Convert to using hasattr in order to prevent exceptions.
- i am learning so much about why documentation of apis is important.
2019-06-14 16:49:17 -05:00
4bbe6078ff Update readme to include STRETCH GOALS and REDDITSUX. 2019-06-14 16:48:48 -05:00
aa54ea1b0a Initial commit 2019-06-14 15:31:11 -05:00