Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
seden: Release v3.0
Browse files Browse the repository at this point in the history
Co-authored-by: frknkrc44 <[email protected]>
Signed-off-by: NaytSeyd <[email protected]>
  • Loading branch information
naytseyd and frknkrc44 committed May 11, 2020
1 parent 11d88b1 commit da2dde0
Show file tree
Hide file tree
Showing 89 changed files with 1,019 additions and 1,876 deletions.
3 changes: 1 addition & 2 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
neofetch
chromium-chromedriver
chromium-browser
chromium
50 changes: 0 additions & 50 deletions CODE_OF_CONDUCT

This file was deleted.

16 changes: 5 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Biz Arch Linux kullanıyoruz <3
FROM archlinux:latest


# Gerekyi paketleri yükle
RUN pacman -Syyu --noconfirm \
aria2 \
Expand Down Expand Up @@ -36,24 +35,19 @@ RUN pacman -Syyu --noconfirm \
util-linux \
wget


# Repoyu klonla ve çalışma dizinini hazırla
RUN git clone https://github.com/TeamDerUntergang/Telegram-UserBot -b seden /root/sedenbot
RUN mkdir /root/sedenbot/bin/
WORKDIR /root/sedenbot/

RUN git clone https://github.com/TeamDerUntergang/Telegram-UserBot -b seden /root/seden
RUN mkdir /root/seden/bin/
WORKDIR /root/seden/

# Oturum ve yapılandırmayı kopyala (varsa)
COPY ./sample_config.env ./userbot.session* ./config.env* /root/sedenbot/

COPY ./sample_config.env ./userbot.session* ./config.env* /root/seden/

# Zaman dilimini ayarla
ENV TZ=Europe/Istanbul


# Gerekli pip modüllerini kur
RUN pip3 install -r requirements.txt


# Botu çalıştır
CMD ["python3","main.py"]
CMD ["python3","seden.py"]
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: python3 main.py
worker: python3 seden.py
10 changes: 9 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "UserBot",
"name": "SedenBot",
"description": "Seden UserBot",
"logo": "https://i.imgur.com/ZLi4nDP.jpg",
"keywords": [
Expand Down Expand Up @@ -158,6 +158,14 @@
"description": "Last.FM Şifre",
"required": false
},
"SPOTIFY_USERNAME": {
"description": "Spotify biyografiye müzik ekleme.",
"required": false
},
"SPOTIFY_PASS": {
"description": "Spotify biyografiye müzik ekleme.",
"required": false
},
"BIO_PREFIX": {
"description": "Last.FM Modülü Biyografi için önek.",
"required": false
Expand Down
2 changes: 1 addition & 1 deletion heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
docker:
worker: Dockerfile
run:
worker: python3 main.py
worker: python3 seden.py
83 changes: 0 additions & 83 deletions init/CI_Test_Script.sh

This file was deleted.

26 changes: 0 additions & 26 deletions init/Merge.sh

This file was deleted.

Loading

0 comments on commit da2dde0

Please sign in to comment.