File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # Discord Bot That Run Python Programs
3+ <p align =" center " >
4+ <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/ >
5+ </p >
6+
7+ Discord Bot that capable to run python programs right from your chat in discord server specific channel .
8+
9+ You have to only connect the bot from the server and set the channel name
10+
11+ For better understanding read each file of repository befor using bot
12+
13+ ## Run Locally
14+
15+ Create directory
16+ ``` bash
17+ mkdir DiscordBot
18+ cd DiscordBot
19+ ```
20+
21+ Clone the project
22+
23+ ``` bash
24+ git clone https://github.com/innovatorved/discord-bot-that-run-Python-Program.git .
25+ ```
26+
27+ Check you are present in DiscordBot directory
28+
29+ ``` bash
30+ pwd
31+ ```
32+ if not then
33+
34+ ``` bash
35+ cd DiscordBot
36+ ```
37+
38+ Install dependencies
39+
40+ ``` bash
41+ pip install --upgrade pip
42+ pip install discord
43+ ```
44+
45+
46+ Start the Bot
47+
48+ ``` bash
49+ python discord-bot-that-run-python-programs.py __channelName__ __botToken__
50+ ```
51+ ## Acknowledgements
52+
53+ - [ Start with Python] ( https://github.com/innovatorved/BasicPython )
54+ - [ Python recall for Developers] ( https://github.com/innovatorved/python-recall )
55+ - [ Comptetive Programing with C++] ( https://github.com/innovatorved/Comptetive-Programing-cpp )
56+
57+
58+ ## Authors
59+
60+ - [ @Ved Gupta] ( https://github.com/innovatorved )
61+
62+
63+ ## Feedback
64+
65+ If you have any feedback, please reach out to us at vedgupta@protonmail.com
You can’t perform that action at this time.
0 commit comments