Skip to content

lht99/tele-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tele-bot

Hướng dẫn

Lấy bot TOKEN, lấy đường dẫn heroku app để sử dụng làm webhook

Tạo app trên Heroku

  1. Tạo app trên Heroku: https://dashboard.heroku.com/new-app Tiếp theo chúng ta sẽ có link của app có dạng: https://yourheroku.herokuapp.com/

  2. Thay yourheroku bằng tên app heroku tạo ở bước 1 trong dòng lệnh sau:

updater.start_webhook(listen="0.0.0.0", port=int(PORT), url_path=TOKEN, webhook_url="https://yourheroku.herokuapp.com/" + TOKEN)

Sau khi hoàn thành việc bổ sung mã TOKEN và đường dẫn webhook thì tiến hành bước 3

  1. Vào app vừa tạo ở trên heroku, ở tab Deploy chọn git sau đó deploy vào heroku để sử dụng nhé.

Lấy bot TOKEN

Vào botfather của telegram để lấy TOKEN

Tính năng

Bot hỗ trợ tải file và reupload file (tối đa 50MB) với tên là title của paper. Hiện tại bot chỉ tải được các file nếu sci-hub tải được. Bot chỉ nhận link đúng format, nếu link sai sẽ được báo là không có file hoặc file quá lớn. Đây là tính năng mà lưu tài liệu trên telegram mà không cần tốn bộ nhớ máy tính.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages