Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauberr/discord_bot
Simple discord bot
https://github.com/sauberr/discord_bot
Last synced: about 1 month ago
JSON representation
Simple discord bot
- Host: GitHub
- URL: https://github.com/sauberr/discord_bot
- Owner: Sauberr
- License: mit
- Created: 2023-03-14T18:49:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T15:43:28.000Z (12 months ago)
- Last Synced: 2024-01-14T21:03:11.683Z (12 months ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple discord bot
The project for study Python.
#### Stack:
- [Python](https://www.python.org/downloads/)
## Local Developing
All actions should be executed from the source directory of the project and only after installing all requirements.
1. Firstly, create and activate a new virtual environment:
```bash
python3.11 -m venv ../venv
source ../venv/bin/activate
```
2. Install packages:
```bash
pip install --upgrade pip
pip install -r requirements.txt
```