Dagmawi Babi
@AtoCodes made this really nice site that extended what @SoloDevChronicles built. You can discover really nice channels outside the common circle we have here. I saw a few favorite, and it's nice to discover more. Good job! #CommunityShowcase #TUGS @Dagmawi_Babi
Project TUGS has been featured in @Dagmawi_Babi 's channel
We did it በዘነዘና Jemaw...... 🔥🔥🔥
And big shoutout to Dagi for featuring the project 🙌 🙏 እግዚአብሄር ያክብርልን Thanks🙏🙏
#tugs
We did it በዘነዘና Jemaw...... 🔥🔥🔥
And big shoutout to Dagi for featuring the project 🙌 🙏 እግዚአብሄር ያክብርልን Thanks🙏🙏
#tugs
🔥6
Jemaw,
Today I accidentally discovered something that got me genuinely excited 😂
I was scrolling through TikTok and came across a video from a guy I know called, Philipos. He built this chat automator called Minime.
The moment I saw it I immediately knew what was going on underneath.
So curious me started digging in to it...
And turns out Telegram has this relatively new feature called Chat Automation In Profiles.
Basically you attach a bot to your own Telegram account, and it can automate conversations on your behalf with new chats, existing chats, or both. Pretty much an AI secretary living inside your Telegram account.
Naturally... I had to build my own.
Spent almost 6 hours now.
Today I accidentally discovered something that got me genuinely excited 😂
I was scrolling through TikTok and came across a video from a guy I know called, Philipos. He built this chat automator called Minime.
The moment I saw it I immediately knew what was going on underneath.
So curious me started digging in to it...
And turns out Telegram has this relatively new feature called Chat Automation In Profiles.
Basically you attach a bot to your own Telegram account, and it can automate conversations on your behalf with new chats, existing chats, or both. Pretty much an AI secretary living inside your Telegram account.
Naturally... I had to build my own.
Spent almost 6 hours now.
⚡3👍2
አቶ Codes
I had to build my own.
Spent almost 6 hours now.
Spent almost 6 hours now.
I can receive all the incoming business message updates just fine.
But...
I can't reply.
Every single reply ends with:
😭😭😭
I've been reading docs, trying different approaches, inspecting updates, and I still haven't figured out why Telegram refuses to send the reply even though everything else works.
I'll keep digging to understand the core problem but if anyone planning to play with this feature, here's a small head start.
Don't use TypeScript (at least for now) unless you're ready to implement every new Telegram API endpoint yourself.
The Telegram Bot API has added these new Business features, but Telegraf hasn't caught up yet. so ende endatlefu 😅
but python-telegram-bot, on the other hand, already supports them, so you can spend your time building instead of implementing missing API features.
But...
I can't reply.
Every single reply ends with:
Business_peer_invalid😭😭😭
I've been reading docs, trying different approaches, inspecting updates, and I still haven't figured out why Telegram refuses to send the reply even though everything else works.
I'll keep digging to understand the core problem but if anyone planning to play with this feature, here's a small head start.
Don't use TypeScript (at least for now) unless you're ready to implement every new Telegram API endpoint yourself.
The Telegram Bot API has added these new Business features, but Telegraf hasn't caught up yet. so ende endatlefu 😅
but python-telegram-bot, on the other hand, already supports them, so you can spend your time building instead of implementing missing API features.
❤2
አቶ Codes
automate conversations on your behalf with new chats, existing chats, or both. Pretty much an AI secretary living inside your Telegram accoun
My idea for this project is pretty simple.
Run Ollama cloud.
Give it a proper system prompt that actually represents me.
If you have a Telegram channel, here's a fun trick:
Export your channel history as JSON.
Feed it to ChatGPT and ask it to generate a detailed persona.md file.
Now your AI has an editable personality file based on how you actually write and think.
Then use that markdown file as Ollama's system prompt.
The replies should actually sound like... you.
Not like ChatGPT pretending to be you.
The biggest reason I'm building this is because I'm honestly terrible at keeping up with DMs.
Especially job inquiries and client conversations.
Sometimes I'm coding for hours and never notice someone messaged me but Hasu don't worry its gonna be me me who's gonna be replying you 😁.
I don't want to lose opportunities just because I wasn't online.
So an AI that can handle the first interaction while sounding like me feels like a pretty cool solution.
Right now though...
I'm blocked by that annoying
Hopefully I'll figure it out the issue and share an update.
And I'm really hoping this isn't because I don't have Telegram Premium 😂.
The API literally says Business Message, so now I'm wondering if there's some Premium requirement hiding somewhere.
That would be... incredibly sad 😭.
Anyways Jemaw,
If you've experimented with Telegram Business bots and you've already solved the
I'd love to hear what I might be missing.
#buildinpublic @atocodes
Run Ollama cloud.
Give it a proper system prompt that actually represents me.
If you have a Telegram channel, here's a fun trick:
Export your channel history as JSON.
Feed it to ChatGPT and ask it to generate a detailed persona.md file.
Now your AI has an editable personality file based on how you actually write and think.
Then use that markdown file as Ollama's system prompt.
The replies should actually sound like... you.
Not like ChatGPT pretending to be you.
The biggest reason I'm building this is because I'm honestly terrible at keeping up with DMs.
Especially job inquiries and client conversations.
Sometimes I'm coding for hours and never notice someone messaged me but Hasu don't worry its gonna be me me who's gonna be replying you 😁.
I don't want to lose opportunities just because I wasn't online.
So an AI that can handle the first interaction while sounding like me feels like a pretty cool solution.
Right now though...
I'm blocked by that annoying
Business_peer_invalid exception.Hopefully I'll figure it out the issue and share an update.
And I'm really hoping this isn't because I don't have Telegram Premium 😂.
The API literally says Business Message, so now I'm wondering if there's some Premium requirement hiding somewhere.
That would be... incredibly sad 😭.
Anyways Jemaw,
If you've experimented with Telegram Business bots and you've already solved the
Business_peer_invalid issue, let me know.I'd love to hear what I might be missing.
#buildinpublic @atocodes
🔥3⚡1
One funny thing ምን አስተዋልኩኝ? as I was wrapping up everything to sleep I found እናቴ ቁጭ ብላ ኳስ እያየች this late. 😅😅
She literally staid up this whole time watching football. 😅😂😁
She literally staid up this whole time watching football. 😅😂😁
😁6
Good morning jemaw
Do you know HTTP is getting a new method called QUERY
which is going to be useful for searching data
So we obviously use GET method with query parameters to send a search request to our server... well not anymore ....
QUERY method is like a combination of GET and POST method and is going to have a body parameter to send queries but won't edit data's just filter based of the body and search by so finally we have it jemaw ...
It's now available in few frame works like ASP.NET and also go and rust includes this new method and am sure there are going to be updates in every frame work and language to support this method which is so exciting 😃😃
Do you know HTTP is getting a new method called QUERY
which is going to be useful for searching data
So we obviously use GET method with query parameters to send a search request to our server... well not anymore ....
QUERY method is like a combination of GET and POST method and is going to have a body parameter to send queries but won't edit data's just filter based of the body and search by so finally we have it jemaw ...
It's now available in few frame works like ASP.NET and also go and rust includes this new method and am sure there are going to be updates in every frame work and language to support this method which is so exciting 😃😃
👌2✍1
https://sma.robi.work/b/Uy4_SN0HEk1-
okay its time for ask me anything anonymously drop your any questions here and i will answer them here
okay its time for ask me anything anonymously drop your any questions here and i will answer them here
sma.robi.work
Send Messages Anon
A web based ngl.link alternative ask me anything platform.
👍1
Sambee 🐝
fast and reliable mobile connectivity lol
Greatest ሳክስ of the century 😂😂
አቶ Codes
https://sma.robi.work/b/Uy4_SN0HEk1- okay its time for ask me anything anonymously drop your any questions here and i will answer them here
Thanks Naol It means alot tho 🙏🙏🙏🙏
⚡2
አቶ Codes
https://sma.robi.work/b/Uy4_SN0HEk1- okay its time for ask me anything anonymously drop your any questions here and i will answer them here
In my opinion, I think you should learn from YouTube and online documentation. There are a lot of platforms that can teach you cybersecurity, like Hack The Box. It's one platform I know and there are others as well. Just make sure you set a strict and committed timeline for it though, otherwise it will all be for nothing. It's nothing, so make sure you're sure about this...
👍1
አቶ Codes
In my opinion, I think you should learn from YouTube and online documentation. There are a lot of platforms that can teach you cybersecurity, like Hack The Box. It's one platform I know and there are others as well. Just make sure you set a strict and committed…
And to become a businessman, I can't tell you nothing honestly. I'm just working my way to it. But one thing I learned is that:
Don't build something and sell out of curiosity. Observe. Look for things you can automate or convert into software. Experience the problem and offer the solution to your first client for free. Track their experience with the software, update what needs to be updated, try to make it as easy as possible for the client, make it a part of their workflow, and offer to sell it to the next client after the trial. Because the first one you need to honor, cause if it wasn't for that client, you wouldn't be building the best version of the product.
Don't build something and sell out of curiosity. Observe. Look for things you can automate or convert into software. Experience the problem and offer the solution to your first client for free. Track their experience with the software, update what needs to be updated, try to make it as easy as possible for the client, make it a part of their workflow, and offer to sell it to the next client after the trial. Because the first one you need to honor, cause if it wasn't for that client, you wouldn't be building the best version of the product.
🔥1
አቶ Codes
https://sma.robi.work/b/Uy4_SN0HEk1- okay its time for ask me anything anonymously drop your any questions here and i will answer them here
Start with HTML, CSS, and JavaScript.
Luckily, I've already posted all the courses I started with here and finish the courses one by one this should give you a great understating of software development. So start from there, and after you finish, you'll know what to do next. Then you can decide whether you want to become a web developer, mobile app developer, or backend developer.
Luckily, I've already posted all the courses I started with here and finish the courses one by one this should give you a great understating of software development. So start from there, and after you finish, you'll know what to do next. Then you can decide whether you want to become a web developer, mobile app developer, or backend developer.
❤2🔥1
አቶ Codes
https://sma.robi.work/b/Uy4_SN0HEk1- okay its time for ask me anything anonymously drop your any questions here and i will answer them here
I didnt know it's this much helpful but okay i cant promise but for the sake of JEMAW i will run a poll if many off you guys want to run back the Front end and other tutorial contents again like in theses days then we will . how does that sound?😃😃😃
🔥5❤🔥1
Forwarded from Nathenael Tamirat | Honey Badger Code
Gun Rangers Squad Game
This is the game that I am currently being working on for almost 2 days
BEFORE YA'LL COMMENT ANYTHING UNDERSTAND THIS IS A STRICT FRONT END GAME
No back End
NO Engines
Pure front end + front end libraries
I AM STILL IMPROVING IT
Any comments and improvements, let me know down below
You can have the source code here
This is the game that I am currently being working on for almost 2 days
BEFORE YA'LL COMMENT ANYTHING UNDERSTAND THIS IS A STRICT FRONT END GAME
No back End
NO Engines
Pure front end + front end libraries
I AM STILL IMPROVING IT
Any comments and improvements, let me know down below
You can have the source code here
Nathenael Tamirat | Honey Badger Code
Gun Rangers Squad Game This is the game that I am currently being working on for almost 2 days BEFORE YA'LL COMMENT ANYTHING UNDERSTAND THIS IS A STRICT FRONT END GAME No back End NO Engines Pure front end + front end libraries I AM STILL IMPROVING…
gun-rangers-squad.vercel.app
Recoil Duel
A physics simulation battle between two autonomous guns
Hussein Mazhar
Uninstalled the app. Big up brook.
Am sorry for saying this but this is immaturity. not supporting or anything else but clout chasing.
It's really upsetting.
It's really upsetting.
❤4
አቶ Codes
I didnt know it's this much helpful but okay i cant promise but for the sake of JEMAW i will run a poll if many off you guys want to run back the Front end and other tutorial contents again like in theses days then we will . how does that sound?😃😃😃
Should we bring back Full Stack tutorials and coding challenge posts?
Final Results
75%
Yes, definitely!
5%
Yes, occasionally
3%
Only coding challenges
3%
Only tutorials
13%
No