Welcome to my portfolio

Welcome, I am Chris, I love coding around as hobby, my main knowledge is CSS, HTML, PYTHON and LUA. I will be showing some projects for you guys. LUA projects will be shown in the future.

Python projects.

API Roblox -> My API -> Discord

This API is a bridge for users to send http requests to my api which it will send a http request to discord webhook. It uses GET request and for now it supports only content (text)

you can try it out: https://chriscode.xyz/webhook?id=webhookid&token=webhooktoken&content=hello world

Discord bot #1

This discord bot was made for moderators mostly, it has about, kick, ban, dm, ping, change activity of bot and test commands. My favourite one is that the bot was also sending http get requests to a website if it's alive. When the bot had errors, it couldn't send requests, so the website was getting triggered and it would contact me.

I DON'T USE THIS PROJECT ANYMORE

Discord bot #2

This bot is simple, but this bot had special commands, key system. How it works? When you execute the command it would give you a link to open to see ads, when you completed the tasks, it would get you to a website which it would display the code, after that you could use the /redeem command which you can redeem it. If the key is correct, it will send "Key correct" messages, if not, it will send "Incorrect key".

STILL USES THIS PROJECT

This website

Yes, this website was made by python flask. But this page is made by HTML and CSS