Mohammed Foud commited on
Commit ·
2f00944
1
Parent(s): d1a8e48
Add application file
Browse files
.gitignore
CHANGED
|
@@ -24,4 +24,5 @@ TestResults.xml
|
|
| 24 |
.cursorignore
|
| 25 |
selenium_cache
|
| 26 |
trash
|
| 27 |
-
*.png
|
|
|
|
|
|
| 24 |
.cursorignore
|
| 25 |
selenium_cache
|
| 26 |
trash
|
| 27 |
+
*.png
|
| 28 |
+
__pycache__
|
__pycache__/app.cpython-312.pyc
DELETED
|
Binary file (8.1 kB)
|
|
|
__pycache__/fastapi_server.cpython-312.pyc
DELETED
|
Binary file (9.78 kB)
|
|
|
__pycache__/telbot.cpython-312.pyc
DELETED
|
Binary file (21.5 kB)
|
|
|
__pycache__/telegram_bot.cpython-312.pyc
DELETED
|
Binary file (16.1 kB)
|
|
|
__pycache__/tiktok.cpython-312.pyc
DELETED
|
Binary file (28.7 kB)
|
|
|
docker-compose.yml
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
version: '3.8'
|
| 2 |
-
|
| 3 |
-
services:
|
| 4 |
-
tiktok-bot:
|
| 5 |
-
build: .
|
| 6 |
-
ports:
|
| 7 |
-
- "7860:7860"
|
| 8 |
-
volumes:
|
| 9 |
-
- ./tiktok_cookies.json:/app/tiktok_cookies.json
|
| 10 |
-
- ./commented_videos.json:/app/commented_videos.json
|
| 11 |
-
- ./tiktok_bot.log:/app/tiktok_bot.log
|
| 12 |
-
- ./selenium_cache:/app/selenium_cache
|
| 13 |
-
environment:
|
| 14 |
-
- PYTHONUNBUFFERED=1
|
| 15 |
-
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|