Benjamin Loison
Benjamin Loison
While it is possible to make future welcomings in a dedicated channel:  I like the idea of having a uniform workflow, hence having an history of welcomings in `#general`...
Example of current welcoming message: > Welcome @USER, if you have any question about [YouTube Data API v3](https://developers.google.com/youtube/v3) or my [YouTube operational API](https://github.com/Benjamin-Loison/YouTube-operational-API) (cf #general-information), don't hesitate! :slight_smile: Would have...
[I will consider this issue again later](https://discord.com/channels/933841502155706418/933841503103627316/1213402665334210560) to possibly have a more stable opinion about it.
Note that I somehow did the same for `#announcements`.
```py import requests import json import blackboxprotobuf import base64 import hashlib import time # Both kept timestamp from actual request and current timestamp work. currentTime = 1711466739#int(time.time()) SAPISID = 'CENSORED'...
To add this feature it requires a different method than I usually used. I currently have a quite promising approach but to make that it will work for a long...
With both hardcoded and current timestamps it does not work anymore. It seems that only changing `SAPISID`, `__Secure_1PSIDTS`, `__Secure_1PSID` and `__Secure_1PAPISID` work. Should algorithmitically properly verify that, I restored initial...
https://www.youtube.com/channel/UCQxJsAlqmBPAbR_0syDi9mg/community?lb=UgwSoAm2bGLaJM44UTZ4AaABCQ https://www.youtube.com/post/UgwSoAm2bGLaJM44UTZ4AaABCQ
https://discord.com/channels/933841502155706418/933841503103627316/1216147048219414559 https://discord.com/channels/933841502155706418/933841503103627316/1217157740787663019 I indeed remember having used my personal YouTube account not in an incognito window, so let us try doing so this time and pay attention not keeping the...
https://blog.lepine.pro/protobuf-standard-pour-echanger-des-donnes-php-go Both following work: ```py import requests import json import blackboxprotobuf import base64 import hashlib import time # Both kept timestamp from actual request and current timestamp work. currentTime =...