Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- FROM python:3.6
- RUN git clone https://git.thoughtless.eu/Cinabre/Telegram-Betaseries /app
-
- WORKDIR /app
-
- RUN pip install requests
- RUN pip install python-telegram-bot
-
- RUN echo $CLIENT_ID
- RUN python3.6 generate_config.py config &CLIENT_ID &LOGIN &PASSWORD &USER_ID &TOKEN_BOT
-
- #Ajout de series aleatoires.
- RUN python3.6 generate_config.py series 355480 305089 380654
-
-
- CMD ["python3", "./bot.py"]
|