Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankb-o-t/python-discord-bot
A discord bot i made using python and discord.py
https://github.com/hankb-o-t/python-discord-bot
Last synced: about 11 hours ago
JSON representation
A discord bot i made using python and discord.py
- Host: GitHub
- URL: https://github.com/hankb-o-t/python-discord-bot
- Owner: HankB-o-t
- Created: 2023-02-14T23:55:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T19:22:48.000Z (over 1 year ago)
- Last Synced: 2024-08-18T05:26:59.998Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-discord-bot
A discord bot i made using python and discord.py## Installing
I recommend using virtualenv to install packages on windows or if you are only using the packages in only ONE repositoryTo install dependencies simply run:
`pip install -r ./requirements.txt`## Running
To run it you need to create a .env file looking like this
```py
SECRET_TOKEN="your_token"
```then use the command `py index.py` on windows, and `python3 index.py` on linux