57200da482Add in README.md the fact that as documented in #30, this algorithm is only known to be working fin on LinuxBenjamin Loison2023-01-21 22:20:45 +01:00
46ef8146f8
Add in README.md the fact that as documented in #30, this algorithm is only known to be working fin on LinuxBenjamin Loison2023-01-21 22:20:45 +01:00
d1b84335d1#11: Add --youtube-operational-api-instance-url parameter and use exit(EXIT_{SUCCESS, FAILURE}) instead of exit({0, 1})Benjamin Loison2023-01-15 00:49:32 +01:00
270c48da02
#11: Add --youtube-operational-api-instance-url parameter and use exit(EXIT_{SUCCESS, FAILURE}) instead of exit({0, 1})Benjamin Loison2023-01-15 00:49:32 +01:00
6ce29051c0Fix#26: Keep efficient search algorithm while keeping order (notably of the starting set)Benjamin Loison2023-01-14 15:14:24 +01:00
f6c11b54f3
Fix#26: Keep efficient search algorithm while keeping order (notably of the starting set)Benjamin Loison2023-01-14 15:14:24 +01:00
27cd5c3a64
Fix#24: Stop using macros for user inputs to notably make releasesBenjamin Loison2023-01-08 18:26:20 +01:00
d498c86058Fix#6: Add support for multiple keys to be resilient against exceeded quota errorsBenjamin Loison2023-01-08 17:59:08 +01:00
eb805f5ced
Fix#6: Add support for multiple keys to be resilient against exceeded quota errorsBenjamin Loison2023-01-08 17:59:08 +01:00
1ee767abbcFix#23: YouTube Data API v3 PlaylistItems: list endpoint returns playlistNotFound error for regular uploads onesBenjamin Loison2023-01-08 16:31:57 +01:00
d6f6b26361
Fix#23: YouTube Data API v3 PlaylistItems: list endpoint returns playlistNotFound error for regular uploads onesBenjamin Loison2023-01-08 16:31:57 +01:00
7e35a6473aFix#20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switchBenjamin Loison2023-01-08 15:43:27 +01:00
b3779fe49a
Fix#20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switchBenjamin Loison2023-01-08 15:43:27 +01:00
ba37d6a111Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treatedBenjamin Loison2023-01-07 15:45:31 +01:00
3ae0f4e924
Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treatedBenjamin Loison2023-01-07 15:45:31 +01:00
5a7e5b6f78Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backwardBenjamin Loison2023-01-07 15:35:12 +01:00
3758405f52
Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backwardBenjamin Loison2023-01-07 15:35:12 +01:00
e3cab4c204Fix#9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctlyBenjamin Loison2023-01-06 20:55:32 +01:00
71e4bd95a9
Fix#9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctlyBenjamin Loison2023-01-06 20:55:32 +01:00
156a621413Fix#15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)Benjamin Loison2023-01-06 18:06:00 +01:00
34bbc216f6
Fix#15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)Benjamin Loison2023-01-06 18:06:00 +01:00
fdfec17817#7: Remove remaining undefined behavior due to missing mutex useBenjamin Loison2023-01-06 18:00:51 +01:00
baec8fcb6c
#7: Remove remaining undefined behavior due to missing mutex useBenjamin Loison2023-01-06 18:00:51 +01:00
3ef5fa0707Fix#17: Add to stdout live statistics of the number of comments treated per secondBenjamin Loison2023-01-06 17:55:16 +01:00
773f86c551
Fix#17: Add to stdout live statistics of the number of comments treated per secondBenjamin Loison2023-01-06 17:55:16 +01:00
0259dfb3fbFix#16: Provide an algorithm to determine the progress of retrieving comments for huge YouTube channelsBenjamin Loison2023-01-06 17:51:00 +01:00
f436007836
Fix#16: Provide an algorithm to determine the progress of retrieving comments for huge YouTube channelsBenjamin Loison2023-01-06 17:51:00 +01:00
5d13bd3c44Modify removeChannelsBeingTreated.py to be more resilient against not existing files in the treatment processBenjamin Loison2023-01-04 03:10:28 +01:00
dab4c8ff69
Modify removeChannelsBeingTreated.py to be more resilient against not existing files in the treatment processBenjamin Loison2023-01-04 03:10:28 +01:00
6af8a168d7Update README.md to remove the question about whether or not both methods return the same comments, as it's the caseBenjamin Loison2022-12-22 03:18:25 +01:00
53acda6abe
Update README.md to remove the question about whether or not both methods return the same comments, as it's the caseBenjamin Loison2022-12-22 03:18:25 +01:00