https://github.com/minpeter/foodbot
π΄ νμΈμ¬μ΄λ²λ³΄μκ³ λ±νκ΅μ κΈμμ 보λ₯Ό ν¬λ‘€λ§νκ³ λμ€μ½λμ μλ €μ€λλ€.
https://github.com/minpeter/foodbot
bot discord python
Last synced: about 1 month ago
JSON representation
π΄ νμΈμ¬μ΄λ²λ³΄μκ³ λ±νκ΅μ κΈμμ 보λ₯Ό ν¬λ‘€λ§νκ³ λμ€μ½λμ μλ €μ€λλ€.
- Host: GitHub
- URL: https://github.com/minpeter/foodbot
- Owner: minpeter
- Created: 2021-03-18T13:50:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T07:01:17.000Z (about 5 years ago)
- Last Synced: 2026-02-20T07:40:41.404Z (4 months ago)
- Topics: bot, discord, python
- Language: Python
- Homepage:
- Size: 5.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## ==== 곡ν΅λΆλΆ =====
> discordbottoken νμΌμ μμ±ν΄ νμΌμμ λ΄ν ν° λ£κΈ°
## ==== λ컀λ₯Ό μ΄μ©νλ κ²½μ° ====
1. > docker build -t foodbot .
2. > docker run -d -it --rm foodbot
## ==== λ‘컬μμ μ€νν κ²½μ° ====
1. μμ μκ² λ§λ λ²μ μ ν¬λ‘¬ λλΌμ΄λ² μ€μΉ
2. > pip install --no-cache-dir -r requirements.txt
3. > python3 discordBOT.py
## ==== vscode devcontainer μ¬μ© ====
1. reopen container
2. > apt-get -y update
3. > wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4. > apt install -y ./google-chrome-stable_current_amd64.deb
5. > wget http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
6. > unzip ./chromedriver_linux64.zip chromedriver
7. > pip install --no-cache-dir -r requirements.txt
8. > python3 discordBOT.py
## file tree
