@EDM115 bots & updates β€οΈβπ₯
Open in Telegram
Just another random channel made for listing all my bots and their evolving + some milestones and newsβ¦ @EDM115_music for music thingsπ§ @unzip_updates for unzip-bot related updatesπͺ @EDM115_giveaways π π edm115.dev copyleft @EDM115, feel free to stea
Show more3 486
Subscribers
+124 hours
-197 days
-17930 days
Posts Archive
After removing dislikes on shorts, likes are turned into hearts
Clearly heading towards the Instagram Reels interactions
so I created a new Telegram account + bot to test it properly without polluting my main account
progress is being done... auth is working properly :)
It's time i talk about this officially lol
This project have been in the back of my mind for the greater part of the last 2 years. I always wanted to have the perfect solution fitting my needs for making/maintaining bots, and was tired of seeing all Pyrogram forks implement good things separately then dying.
The repos were private for a moment while I claimed the names on PyPi and crates.io
They are mostly empty for now, and don't expect a beta release anytime soon, let alone a stable one. However I'll try to advance on it on my free time, including letting agents implement small parts of it and testing in the background while I work at my job.
I strongly believe that this project could be the best you've ever seen. And this will be a strooooong basis for the unzip-bot rewrite.
The idea of splitting the lib core from the framework came today tho.
Can't wait to have it working hehe !
Go star the repos if you're interested. Expect half-working features to be ready by the end of August maximum.
https://github.com/EDM115/miniproto
https://github.com/EDM115/MPGram
already found on Twitter lol
Windhawk's author also posted on my behalf on r/Windows11, go give an upvote π«‘ https://www.reddit.com/r/Windows11/s/w59FnxEMjH
101 users, 9 ratings (all 5 stars), great to see good feedback π₯°
so do you know how, on Windows 11, if you have multiple monitors, the tray icons only appear on the primary display ?
and the control center too ?
well a friend of mine got pissed off with this, and asked me to create a Windhawk mod to fix it. i tried, but with only my laptop I couldn't really test this
fast forward 2 months, I have now a job with 3 (three) monitors, so I got back to work
after countless versions (check https://pastebin.com/hjWNEPLx for the complete Changelog and fixed bugs list), I finally got it working and merged into the official mods list π₯³ see the images for a preview of what it can do
nobody else created a similar mod in the past, and apps can fix it but they're paid. anyway
You wanna know the funniest part ? Windows does create the space for those elements on non-primary display's taskbars, but just doesn't fill them up π
It's however not as simple as "copy on other empty areas", check the code if you're interested in how it works, and there's a section on the mod's readme that gives a clear overview of how it even works without requiring you to read 5k+ LoC :)
The TL;DR is :
- you can duplicate the tray icons hidden icons area
- you can duplicate the control center
- you can choose on all monitors or just some of them
- you can apply the choice between tray/control on all monitors or only non-primary one(s)
mod link : https://windhawk.net/mods/taskbar-multi-tray
hello, it's my birthday today :)
ze frenchie is now 22 (okay boomer)
i don't have much to say, apart from "thanks everyone for sticking with me for so long π«Ά"
updates to the bot will happen soonβ’ (more code push this weekend probably)
and i'll send another post today about something i made that i'm very proud of π₯°
more changes to come soon
will work on that when i have nothing else to do at work
https://fixupx.com/i/status/2066164044042519021
yeap, really well said
Repost from N/a
+5
Alright, here's some transparency
First 2 charts are streams repartition over time, and between stores
As you can see, majority is Spotify, then YT Music and finally Apple Music. I don't have any other stats apart from the 5 listed here.
However, despite totaling 2.5 times less streams than Spotify, Apple Music paid me 1.25 times more (see charts 3 & 4)
So over 5.5 years, my music got streamed 4.98K times for 8.59$
https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html
this is comedy gold π
https://checkmygit.com/EDM115
a nice website with 2 other styles available for sharing images like this. clean UI and fast
here's what's new on my website since last time :
- added more telegram posts. there's SO MUCH left to port there but hey I think I'm doing good with it
- added RSS feed support ! both blog and telegram posts have their own feed so you can use it in your reader and be notified when a new post is here. supports XML, Atom & JSON so should work with all readers out there. there's unfortunately no styling tho, but I did my best to keep the complex markdown renderer pieces, ex the code highlighting. you can find the links at the end of the blog/telegram posts list pages, and any RSS reader should pick them from
<head>. I don't use that personally but tell me if there's any issue :)
- blog/telegram search from link works again
- remove the useless translation of date search (/blog/2025 now returns to /blog?search=at:2025 instead of /blog?search=before:2026+after:2024 since both are valid). remember that all of this is purely done locally on your machine based on NGINX rules
- better tag search (tag:x tag:y is an inclusive OR, tag:x,y is an AND)
- add the link to this channel at the top of telegram posts list page
- custom made MD plugin for videos
- use Vite 8 under the hood for smaller and faster build (and more manual optimizations)
- the optional Cloudflare Web Analytics now use a Web Worker to not occupy the main CPU threadhttps://peps.python.org/pep-0810/
Lazy imports to drop in Python 3.15
TL;DR : instead of
from package import func you could do lazy from package import func, which will only load the package when you use func for the first time. This will improve memory usage, startup time and unnecessary CPU usage. a win-win !also if you follow me on GitHub, you might be like "why did this mf create 25 repos yesterday ?"
most of my school work during my CS studies, if not all, can be found at https://github.com/EDM115/school-codes-v2, but everything's sorted by class key and ain't easy to navigate
for a while I wanted to extract the projects as standalone repos to 1) showcase them off and 2) serve as an easier inspiration starting point. also cool to see how my coding style evolved (I did reformat everything to use 2space indentation tho)
commits have been created with roughly the date at which the codes were actually written for accuracy. some are mishmash of a specific language (python, java, sql, ...) over a year with multiple projects, other are fully fleshed out projects that are cool to look at.
READMEs have been mostly written by GPT 5.5 because I couldn't be bothered with reading 212 129 Lines of Code all over again
the
cluedo, weather-webapp and todo-webapp are really representative of the style I liked back then (Vuetify 3)
and if you wanna play, check https://github.com/EDM115/tetris-py which I made quite randomly in math class as part of a SAT Solver. I thought if the teacher had some fun maybe we'll get a better grade lol
looking back at it, I realized that school was the only time where I "vibe-coded" in the regular sense, just proompting until I get what I want
as a result, most of the code in those 25 repos can be considered "slop", but there's still a quite decent part made entirely by myself with interesting technical twists. it's all yours to explore, free. most of my work is opensource and if I have private repos, they'll get made public at some point anyway :)for anyone who ain't in the group and didn't followed how it unveiled
I was originally rejected in favor of someone with more experience, which is totally understandable (I'm a new grad after all)
around a month later they called me back because they'll have a vacant post and I could fit so I jumped on the occasion βΊοΈ
will work as a Python dev on a desktop app, quite cool and a complex project that will sharpen my skills, in turn making the unzip-bot even better !
I'm starting officially on May 18th. keep an eye out on @unzip_updates as I dust off my py knowledge :)
Hello everyone π
I've been recently contacted by a bot developer who made cool projects already and is looking for bot ideas
so join his channel, test his bots and send him a message if you have an idea π₯°
(no this isn't an ad, I'm genuinely rooting for them)
π Welcome to DeadDot Channel Here youβll find: π» Scripts & programming tools π₯ Powerful Telegram bots π§ AI tools βοΈ Quick and useful tutorials Our goal: provide ready-to-use tools that save you time π Follow us daily so you donβt miss anything new! β¨ Our bots in this period: @DeployXRobot @CVEFarm_Robot @DeadDownloaderRobot β¨ Subscribe us to be notificated with every new project. π© I will be happy to see your suggestions to make new Telegram bots π @LM_S0 Join right now https://t.me/D3D0T β₯οΈ
https://muffin.ink/blog/scratch-svg-sanitization/
the story of the SVG render used in Scratch and all vulnerabilities it had
a very interesting read
Available now! Telegram Research 2025 β the year's key insights 
