Skip to content

Instantly share code, notes, and snippets.

View sajjad-salam's full-sized avatar
🏆
top G

sajjad_salam sajjad-salam

🏆
top G
View GitHub Profile
@sajjad-salam
sajjad-salam / index.html
Created February 5, 2024 11:23
Personal Website - Yahia Refaiea [Beta]
<div class="wrapper">
<canvas id="stars"></canvas>
<canvas id="yahia"></canvas>
<div class="container">
<div class="template color-yellow" data-template="home">
<main>
<h1><span>A
<mark>21 years</mark> old</span><span> interaction designer</span></h1>
<div class="p"><span>hello@yahiarefaiea.com</span><span>(+963) 96 2295 406</span></div>
<div class="links">
@sajjad-salam
sajjad-salam / python_telegram_bot_guide.md
Created February 4, 2024 08:57 — forked from tjtanjin/python_telegram_bot_guide.md
A short guide for hosting telegram bot on Ubuntu!

How to host a telegram bot on Ubuntu (18.04/20.04)

Introduction

This short guide will walk you through hosting your very own telegram bot on Ubuntu (tested on Ubuntu 18.04 and 20.04)!

Prerequisites

This guide assumes knowledge of the following:

1) Provisioning a VPS
2) Familiarity with SSH
3) Familiarity with linux command line