-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ved Gupta
authored
Jul 1, 2021
1 parent
9b62286
commit b189903
Showing
1 changed file
with
65 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,65 @@ | ||
|
||
# Discord Bot That Run Python Programs | ||
<p align="center"> | ||
<img src="https://github.com/innovatorved/discord-bot-that-run-Python-Program/blob/master/discord.png?raw=true" alt="Discord img" height=300 width=300/> | ||
</p> | ||
|
||
Discord Bot that capable to run python programs right from your chat in discord server specific channel . | ||
|
||
You have to only connect the bot from the server and set the channel name | ||
|
||
For better understanding read each file of repository befor using bot | ||
|
||
## Run Locally | ||
|
||
Create directory | ||
```bash | ||
mkdir DiscordBot | ||
cd DiscordBot | ||
``` | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/innovatorved/discord-bot-that-run-Python-Program.git . | ||
``` | ||
|
||
Check you are present in DiscordBot directory | ||
|
||
```bash | ||
pwd | ||
``` | ||
if not then | ||
|
||
```bash | ||
cd DiscordBot | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
pip install --upgrade pip | ||
pip install discord | ||
``` | ||
|
||
|
||
Start the Bot | ||
|
||
```bash | ||
python discord-bot-that-run-python-programs.py __channelName__ __botToken__ | ||
``` | ||
## Acknowledgements | ||
|
||
- [Start with Python](https://github.com/innovatorved/BasicPython) | ||
- [Python recall for Developers](https://github.com/innovatorved/python-recall) | ||
- [Comptetive Programing with C++](https://github.com/innovatorved/Comptetive-Programing-cpp) | ||
|
||
|
||
## Authors | ||
|
||
- [@Ved Gupta](https://github.com/innovatorved) | ||
|
||
|
||
## Feedback | ||
|
||
If you have any feedback, please reach out to us at vedgupta@protonmail.com |