惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Security Latest
Security Latest
G
Google Developers Blog
量子位
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
P
Proofpoint News Feed
美团技术团队
V
Visual Studio Blog
Last Week in AI
Last Week in AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
F
Fortinet All Blogs
博客园 - Franky
The Register - Security
The Register - Security
O
OpenAI News
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
罗磊的独立博客
博客园 - 叶小钗
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Y
Y Combinator Blog
SecWiki News
SecWiki News
T
Tor Project blog
月光博客
月光博客
S
Secure Thoughts
博客园 - 【当耐特】
Help Net Security
Help Net Security
D
Docker
Recent Announcements
Recent Announcements
GbyAI
GbyAI
B
Blog RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Webroot Blog
Webroot Blog
V
Vulnerabilities – Threatpost
Forbes - Security
Forbes - Security
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Hacker News: Ask HN
Hacker News: Ask HN
Cyberwarzone
Cyberwarzone
宝玉的分享
宝玉的分享
Cisco Talos Blog
Cisco Talos Blog
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog

jb's posts

One year on Nekoweb AI is overpowered now and it's really worrying Redirecting... Does having webrings slow down your site? Things the Indie Web should consider [UPDATE: PATCHED] XSS on Status Cafe: What you need to know jbsite4 is overcomplicated and I love it [RANT] Browser inconsistencies, yes it still exists. Web responsiveness: why you should follow it on your site jb's 17th birthday jbsite4, preparing for takeoff. Nekoweb 1-month Review AIAIAIAIAIAIAIAIAIAI Burnout Making this website Making a website doesn't need to cost you money (RANT) I despise annoying scripts The Great Nekoweb Elections My love/hate relationship on Bluetooth JB's site, now hosted on Nekoweb! My First Blog
Y2DL Devlog - May 2024
2024-05-30 · via jb's posts

#y2dl #notify #devlog #updates

So, uhh, so I decided I’m going to post devlogs now on my posts, which is this!

Starting the Rewrite

Before May, I decided to rewrite Y2DL from C# to Python, that also makes it so I could fix the bugs that I missed when I did the C# version of Y2DL.

A promise (that may be broken)

I said on my birthday (which is May 2, if you’re wondering) that I would fully release Y2DL on the end of May, but I think it would be broken as I don’t have much time in May to do it (because school stuff), so I would update it so the release would be TBA???

Twitch Support!

In the start of May, I had planned to support Twitch, which now, the bot has now support for it! The only problem is that OAuth2 is hard to implement.

OAuth2 is harder to implement than I expected

Twitch support has have a problem on the bot - which is the importance of OAuth2 to get mostly everything. Well, I can just not use OAuth2 at all, but that would limit me to getting the channel, getting the stream info, and getting the follower count, and also will limit me to 10 EventSub subscriptions app-wide (which means that if I want to make the bot be updated on the channel’s online status, that would be 2 types so 2 subscriptions, then also some of it like channel.follow requires a scope [which is moderator:read:followers scope] so OAuth2 is required there).
OAuth2 requires a callback server so the bot can get the token, and implementing is took so fucking long that I don’t want to do it again.

Now, I’m stuck (for now).

So, where did I get stuck? Encryption on the OAuth2 tokens.
I have to look at a master encryption key that:

  • Encrypts the tokens that it won’t be easily decrypted
  • Easy to implement for the end-user that hosts the bot
  • Easy for me to implement on the bot
  • And, cross-platform enough that it can be used on either Windows, Mac, or Linux

I have looking for hardware IDs, but it is mostly impossible to get on Mac or Windows.
If you know something that checks with the criteria above, say it to me by pinging me (if you are on a server with me), or joining my Discord server and pinging me.

Where do I get updated on this?

You can get updates on the Y2DL development on these Discord servers:

Also, you could follow the GitHub repo at https://github.com/jbcarreon123/Y2DL .
You can also help me develop the bot! Ping me on my discord server (or any of the servers above) for instructions. Whether if it’s just helping me to the translation or helping me develop the bot entirely, I appreciate it!