-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a2291a
commit d09ef92
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
ββββββββββββββββββββ | ||
|
||
<h2 align="center"> | ||
ββγ sα΄ΚΙͺΙ΄Ι’ sα΄ssΙͺα΄Ι΄ Κα΄α΄ γββ | ||
</h2> | ||
|
||
<p align="center"> | ||
<img src="https://envs.sh/bPH.jpg"> | ||
</p> | ||
|
||
<p align="center"> | ||
<b>πππ£ππ’π¬π ππ‘π§ π ππ§ππ’ππ¦</b> | ||
</p> | ||
|
||
<h3 align="center"> | ||
βγ α΄ α΄α΄©Κα΄Κ α΄Ι΄ Κα΄Κα΄α΄α΄ γβ | ||
</h3> | ||
|
||
<p align="center"><a href="https://dashboard.heroku.com/new?template=https://github.com/Badhacker98/StringBot"> <img src="https://img.shields.io/badge/Deploy%20On%20Heroku-black?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p> | ||
|
||
<details> | ||
<summary><h3> | ||
- <b> α΄ α΄s/Κα΄α΄α΄Κ α΄ α΄α΄Κα΄Κα΄α΄Ι΄α΄ α΄α΄α΄Κα΄α΄ </b> | ||
</h3></summary> | ||
|
||
- Get your [Necessary Variables](https://github.com/Badhacker98/StringBot/blob/main/sample.env) | ||
- Upgrade and Update by : | ||
`sudo apt-get update && sudo apt-get upgrade -y` | ||
- Install required packages by : | ||
`sudo apt-get install python3-pip` | ||
- Install pip by : | ||
`sudo pip3 install -U pip` | ||
- Clone the repository by : | ||
`git clone https://github.com/Badhacker98/StringBot && cd StringBot` | ||
- Install requirements by : | ||
`pip3 install -U -r requirements.txt` | ||
- Fill your variables in the env by : | ||
`vi sample.env`<br> | ||
Press `I` on the keyboard for editing env<br> | ||
Press `Ctrl+C` when you're done with editing env and `:wq` to save the env<br> | ||
- Rename the env file by : | ||
`mv sample.env .env` | ||
- Install tmux to keep running your bot when you close the terminal by : | ||
`sudo apt install tmux && tmux` | ||
- Finally run the bot by : | ||
`bash start` | ||
- For getting out from tmux session<br> | ||
Press `Ctrl+b` and then `d` |