Bringing value to advertiser & channel owner on Telegram

draqoil

Newbie
Joined
Nov 29, 2017
Messages
25
Reaction score
14
To keep me motivated and finally transform this proof of concept - that has been generated closed closet for too long- into a system that generates value.

Here we go; Fresh Project dopamine here we come !

We will be doing a real-time in-depth analytics tool for Telegram (as a Service. )
Use-cases:
- Advertisers, who want to find channels to promote their products/services have trouble finding suitable channels.
Telegram Sponsored Messages/Ads has the same problem or direct

TODO (Updated Dec 31, 2025):
☑ Buy Domain- done like ages ago, I already have a name I really like. Don't judge me.
☐ Setup Server + Stack
☐ Landing page - setup simple email signup
☐ Setup my new personal twitter account for build in public, link to landing page
☐ Talk about project anywhere I know

=> What features would you want? Any similar tools you've used?
 
Last edited:
Ok i got some stuff done; I've setup my server for now. Got my github repo workflow up and running with dev & main branch for now. Setup fiber v3 api with postgresql backend, and implemented waitlist. The next step is to setup authentication, and a simple dashboard for generating channel reports and tracking channel.

TODO :
☑ Setup Server + Stack
☑ Landing page - setup simple email signup
☑ Setup my new personal twitter account for build in public, link to landing page
☐ Talk about project anywhere I know
☑ setup github repo with ci/cd and deploy on server
☑ Waitlist signup for early access
☑ Live waitlist counter on landing page
☑ Social sharing preview image (Open Graph)
☑ Bot protection with proof-of-work challenge
☑ Landing page with branding
☑ created twitter post in post in public - should probably post daily there.
☐ implement email/password authentication with paseto
☐ implement gotd/td telegram client, and setup with a tg account
☐ setup dashboard
☐ implement workflows for specific jobs; generate channel report, track channels for historical data
☐ implement workflow to generate channel reports
☐ track 10 channel
 
Ok i got some stuff done; I've setup my server for now. Got my github repo workflow up and running with dev & main branch for now. Setup fiber v3 api with postgresql backend, and implemented waitlist. The next step is to setup authentication, and a simple dashboard for generating channel reports and tracking channel.

TODO :
☑ Setup Server + Stack
☑ Landing page - setup simple email signup
☑ Setup my new personal twitter account for build in public, link to landing page
☐ Talk about project anywhere I know
☑ setup github repo with ci/cd and deploy on server
☑ Waitlist signup for early access
☑ Live waitlist counter on landing page
☑ Social sharing preview image (Open Graph)
☑ Bot protection with proof-of-work challenge
☑ Landing page with branding
☑ created twitter post in post in public - should probably post daily there.
☐ implement email/password authentication with paseto
☐ implement gotd/td telegram client, and setup with a tg account
☐ setup dashboard
☐ implement workflows for specific jobs; generate channel report, track channels for historical data
☐ implement workflow to generate channel reports
☐ track 10 channel
Good luck
 
Oh I just love CI/CD - I dont know why.
1767676683686.png
my login/register sneak peaks:
1767676807492.png1767676874270.png

☑ implement email/password authentication with paseto
☐ implement gotd/td telegram client, and setup with a tg account
☐ setup dashboard
☐ implement workflows for specific jobs; generate channel report, track channels for historical data
☐ implement workflow to generate channel reports
☐ track 10 channel
 

Attachments

  • 1767676787082.png
    1767676787082.png
    25 KB · Views: 4
OK, Sidequest Alertbot achieved.

AlertBot - Lightweight Telegram alerting for friends

I built a simple alerting service that receives webhooks and sends notifications to Telegram. Nothing fancy, just
works.

What it does:
- Receives alerts from Prometheus Alertmanager (or any compatible source)
- Sends notifications to Telegram with severity-based formatting
- Two modes: Alerting (acknowledge, escalate) or Notification (fire-and-forget)
- Manage webhooks directly from Telegram (/newwebhook, /mywebhooks)

Stack:
- Go + Fiber
- PostgreSQL
- Telegram Bot API
- ClickHouse for observability

Why I built it:
Needed something simpler than PagerDuty/Opsgenie for personal infrastructure. Just Telegram notifications with basic
alert management

1769160176086.png

free to use check it out if you need a simple telegram alertbot - you can even use it with n8n or any service to get you feedback, you could even use to to get price alerts for crypto price tracking.

ps: send me /feedback if you think I could do something better.

Telegram Bot: @AphrolloAlertbot
 
Back
Top