Skip to content

Commit

Permalink
Sweep: Make github pages website with nice Ui (✓ Sandbox Passed) (#5)
Browse files Browse the repository at this point in the history
* feat: Updated index.html

* feat: Added Linux installation guide in linux.html

* feat: Add Windows installation guide to website

* feat: Add Termux installation guide to website

---------

Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Dec 15, 2023
1 parent 60ca6d5 commit 1779129
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
<h1>Welcome to the website generated by my demo repository</h1>
<!DOCTYPE html>
<html>
<head>
<title>Moon-Userbot</title>
</head>
<body>
<h1>Moon-Userbot</h1>
<p align="center">
<kbd><img src="https://telegra.ph/file/0c37c2fb0f194cc1c0344.jpg" width="400" alt="Moon-Userbot"/></kbd>
<!-- Badges here -->
</p>
<p>A Simple, Fast, Customizable Userbot for Telegram made after Dragon-Userbot abandoned.</p>
<!-- Installation guide here -->
<!-- Termux guide here -->
<!-- Contributions here -->
<!-- Support here -->
<!-- Credits here -->
<h4>Written on <a href='https://github.com/pyrogram/pyrogram'>Pyrogram❤️</a> and <a href='https://github.com/MarshalX/tgcalls/tree/main/pytgcalls'>pytgcalls❤️</a></h4>
<!-- License here -->
</body>
</html>
<div id="menu">
<ul>
<li><a href="linux.html">Linux Installation Guide</a></li>
<li><a href="windows.html">Windows Installation Guide</a></li>
<li><a href="termux.html">Termux Installation Guide</a></li>
</ul>
</div>
13 changes: 13 additions & 0 deletions linux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Linux Installation Guide - Moon-Userbot</title>
</head>
<body>
<h1>Linux Installation Guide</h1>
<p>Update the packages: <code>apt update && apt upgrade -y</code></p>
<p>Install Git[If installed ignore]: <code>apt install git</code></p>
<p>Clone the repo: <code>git clone https://github.com/The-MoonTg-project/Moon-Userbot.git</code></p>
<p>Setup: <code>cd Moon-Userbot/ && bash install.sh</code></p>
</body>
</html>
12 changes: 12 additions & 0 deletions termux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Termux Installation Guide - Moon-Userbot</title>
</head>
<body>
<h1>Termux Installation Guide</h1>
<p>Full Installation instruction: <a href='https://telegra.ph/Moon-Userbot-Installation---Termux-02-09'>Given here</a></p>
<p>NOTE: If you choose MongoDB for your cloud then you need to setup mongo_db_url</p>
<p>Recommend: _sqlite_</p>
</body>
</html>
13 changes: 13 additions & 0 deletions windows.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Windows Installation Guide - Moon-Userbot</title>
</head>
<body>
<h1>Windows Installation Guide</h1>
<p>Update the packages: <code>apt update && apt upgrade -y</code></p>
<p>Install Git[If installed ignore]: <code>apt install git</code></p>
<p>Clone the repo: <code>git clone https://github.com/The-MoonTg-project/Moon-Userbot.git</code></p>
<p>Setup: <code>cd Moon-Userbot/ && bash install.sh</code></p>
</body>
</html>

0 comments on commit 1779129

Please sign in to comment.