Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://telegram.dog/starky0)

## How to Deploy? 🤔
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/NtrRaz/txtExtracto)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/aloneboy121/txtExtracto)
- 👆 Press the deploy button.

- Go to [my.telegram.org](https://my.telegram.org/)
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"env": {
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps",
"value": "27097807",
"value": "28127959",
"required": true
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": "9fd790a9cb1f639c921d941621d2959d",
"value": "0debc9c74510961fc8cf134a3c6eae0f",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": "6917084113:AAFOK37UIoEQLtY2HYu5UeF77cIF4BfGnwk",
"value": "6996738227:AAEFQi8ej2_vz_G5UAJpwtdA251CyHbdPlQ",
"required": true
}
}
Expand Down
8 changes: 4 additions & 4 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Config(object):
# get a token from @BotFather
BOT_TOKEN = os.environ.get("BOT_TOKEN", "6618274486:AAESKaMTJJ0tOR62pqOPt-a0WcfpTi0y7nk")
API_ID = int(os.environ.get("API_ID", "20089019"))
API_HASH = os.environ.get("API_HASH", "0b2eb6aa72d5983fa9e4b8c77791c9c4")
AUTH_USERS = os.environ.get("AUTH_USERS", "6404676836")
BOT_TOKEN = os.environ.get("BOT_TOKEN", "6996738227:AAEFQi8ej2_vz_G5UAJpwtdA251CyHbdPlQ")
API_ID = int(os.environ.get("API_ID", "28127959"))
API_HASH = os.environ.get("API_HASH", "0debc9c74510961fc8cf134a3c6eae0f")
AUTH_USERS = os.environ.get("AUTH_USERS", "6370953390")
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ helper
pyaes==1.6.1
soupsieve==2.4.1
urllib3==2.0.3
websockets==11.0.3
websockets==9.1
py-tgcalls==0.6.0
motor
pytz
umongo==3.1.0
speedtest-cli
speedtest-cli