Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ved Gupta authored Jul 1, 2021
1 parent 9b62286 commit b189903
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions README.md
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

0 comments on commit b189903

Please sign in to comment.