Jump to content
  • 0

Creating Script Support & Issue Reporting Without APIs


Question

Posted

I want to add a section to my script called 'Support and Issue Reporting,' where users can write about any problems they encounter in the script and send them to me via email, without using API services or accessing my Telegram account. Is it possible to implement this feature, or is it impossible? I've seen someone do it using a free hosting service called 000webhost.

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

no need of a server.
you can use pastebin + discord or just discord.

you can even make it automatic so that when your script crash it automatically publish the crash log to pastebin then send the url of the paste to your discord server using discord webhook.
for me the is the simplest and easy way

Edited by MAARS
  • 0
Posted
2 hours ago, MAARS said:

no need of a server.
you can use pastebin + discord or just discord.

you can even make it automatic so that when your script crash it automatically publish the crash log to pastebin then send the url of the paste to your discord server using discord webhook.
for me the is the simplest and easy way

Can you explain it to me?

  • 0
Posted

Just checkout here.
Learn a litle bit how pastebin api work: https://pastebin.com/doc_api
Learn discord webhook: https://discordjs.guide/popular-topics/webhooks.html#creating-webhooks-through-server-settings
Learn the webhook apihttps://discord.com/developers/docs/resources/webhook

It will be pretty straightforward if you have some background.

I have made some working example you can test on here.

This one only use discord: https://gist.github.com/devmaars/26e544083ae2cab8859581e6bf4f6148
This use discord and pastebin: https://gist.github.com/devmaars/7ccaffa1f4bd3b8d137bd16ed2d9df25

For the second one you will have to set your own pastebin dev key.

Here is the dummy discord server you can live see the the crash log being pushed
https://discord.gg/yDw349UGtW

Note: this examples can be used for anything else not just crash log.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.