Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove trailing whitespaces | zrose584 | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | Extraction: Rewrite comment extraction, remove author_id and rename ↵ | James Taylor | 2019-12-19 | 1 | -4/+4 |
| | | | | | | | | | author_channel_id to that, fix bug in extract_items author_id (an internal sql-like integer previously required for deleting and editing comments) has been removed by Youtube and is no longer required. Remove it for simplicity. Rename author_channel_id to author_id for consistency with other extraction attributes. extract_items returned None for items instead of [] for empty continuation responses. Fixes that. | ||||
* | Remove ad-hoc response saving from code, create a debug setting for fetch_url | James Taylor | 2019-07-23 | 1 | -6/+2 |
| | |||||
* | Add status template, use for comment deletion status | James Taylor | 2019-07-21 | 1 | -2/+2 |
| | |||||
* | Convert comment posting system to flask framework | James Taylor | 2019-07-21 | 1 | -90/+59 |
| | |||||
* | refactor common.py into 3 files | James Taylor | 2019-02-21 | 1 | -18/+18 |
| | |||||
* | Add newline to end of files | James Taylor | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | rename env['fields'] to env['parameters'] and rename fields to parameters in ↵ | James Taylor | 2019-01-06 | 1 | -7/+7 |
| | | | | general | ||||
* | WSGI for /post_comment (POST request) | James Taylor | 2019-01-05 | 1 | -31/+11 |
| | |||||
* | WSGI for /delete_comment (POST request) | James Taylor | 2019-01-05 | 1 | -2/+9 |
| | |||||
* | WSGI for simple non-path GET pages | James Taylor | 2019-01-05 | 1 | -6/+8 |
| | |||||
* | Ability to delete comments | James Taylor | 2018-12-31 | 1 | -2/+39 |
| | |||||
* | Rename username to channel_id in more places | James Taylor | 2018-12-31 | 1 | -2/+2 |
| | |||||
* | put session_token retrieval code into a function | James Taylor | 2018-12-30 | 1 | -11/+15 |
| | |||||
* | post_comment: receive cookies given during session token retrieval (fixes ↵ | James Taylor | 2018-12-26 | 1 | -1/+1 |
| | | | | 400 bad request when comment is posted) | ||||
* | Fix post_comment function | James Taylor | 2018-12-26 | 1 | -3/+3 |
| | |||||
* | Added account selection to comment boxes | James Taylor | 2018-12-26 | 1 | -0/+3 |
| | |||||
* | Rename cookie_jar to cookiejar | James Taylor | 2018-12-26 | 1 | -8/+8 |
| | |||||
* | Don't use tor when logging in | James Taylor | 2018-12-26 | 1 | -17/+6 |
| | |||||
* | Use new cookiejar system for comment posting | James Taylor | 2018-12-25 | 1 | -12/+11 |
| | |||||
* | Reorganized account and commenting functions into different files | James Taylor | 2018-12-24 | 1 | -0/+195 |