Skip to content

Commit

Permalink
Merge pull request #30 from Nighty3098/InDev
Browse files Browse the repository at this point in the history
💫 Fixed
  • Loading branch information
Nighty3098 authored Nov 9, 2024
2 parents 3e1eb8c + d7c39c4 commit 46402d4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
<br><br><br>
<br>
<h1 align="center">TechSupport Bot for N9-GROUP</h1>
<br><br>

<div align="center">
<img src="https://github.com/user-attachments/assets/b5555f59-48ae-4101-8180-7872cca28751" />
<br>
<br>
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_python.png?raw=true" width="70px"/>
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_telegram.png?raw=true" width="70px"/>
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_python.png?raw=true" width="50px"/>
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_telegram.png?raw=true" width="50px"/>
</div>

<br><br>

<h1 align="center">TechSupport Bot for N9-GROUP</h1>
> [!TIP]
> All data and links to user attachments are stored in a sqlite database
### Installing

```
git clone https://github.com/Nighty3098/TechSupportBot
cd TechSupportBot
python3 -m venv SupportBot
source SupportBot/bin/activate
pip3 install -r requirements.txt
cd src
SUPPORT_TOKEN="BOT TOKEN" python3 main.py
```

> [!IMPORTANT]
> In the config.py file, set the developer id and chat id. Add a bot to the chat and make it an admin
<br><br>

Expand Down Expand Up @@ -59,24 +77,6 @@

<br><br>

> [!TIP]
> All data and links to user attachments are stored in a sqlite database
### Installing

```
git clone https://github.com/Nighty3098/TechSupportBot
cd TechSupportBot
python3 -m venv SupportBot
source SupportBot/bin/activate
pip3 install -r requirements.txt
cd src
SUPPORT_TOKEN="BOT TOKEN" python3 main.py
```

> [!IMPORTANT]
> In the config.py file, set the developer id and chat id. Add a bot to the chat and make it an admin
<details>
<summary align="center">Imgs</summary>
<div align="center">
Expand Down
Binary file modified imgs/TechSupport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/header.png
Binary file not shown.
Binary file modified src/resources/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46402d4

Please sign in to comment.