cawolfkreo / Spam-people-bot

Small telegram bot to spam every message of people there :p
MIT License
0 stars 0 forks source link

Make an http server again #16

Open cawolfkreo opened 2 years ago

cawolfkreo commented 2 years ago

There is always problems when using a third party HTTP server!

I tried using express and I tried using fastify. For some reason both of them fail! I assume it is completely my fault but the gist is:

With this luck, I assume Koa is not going to work either. I believe making a raw http server for node might work but I am almost sure it's going to be a bad idea. Either way, I commented out the server file so the whole functionality is removed. Maybe I can revisit this later and the issues with the http server might solve itself or the documentation with telegraf might improve (or, you know, botgram makers revive the project and I can just switch back)

cawolfkreo commented 10 months ago

A few months ago I was able to add express again. I need to see what I want to build from here but that should be somewhat easy I think.