app.json 897 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "SMS Bot.",
  3. "description": "A fake SMS sender Bot.",
  4. "repository": "https://github.com/jainamoswal/otp-scam",
  5. "logo": "https://github.com/jainamoswal/Dogs-Bot/blob/main/Assets/Profile.jpg?raw=true",
  6. "keywords": ["Python", "Telegram", "OTP", "SMS"],
  7. "env": {
  8. "API_ID": {
  9. "description": "API ID from my.telegram.org/auth.",
  10. "value": "eg. 3900713"
  11. },
  12. "API_HASH": {
  13. "description": "API HASH from my.telegram.org/auth.",
  14. "value": "eg. U795a291w9Svf9cmnwH2GF2pnJA98K2B"
  15. },
  16. "BOT_TOKEN": {
  17. "description": "Enter your Bot token which you got from @botfather.",
  18. "value": "eg. 5985020205:8j68m91hQqnST3ULl7q3367c7c0zu6mf3L8"
  19. },
  20. "MAX": {
  21. "description": "Max words for sending the OTP. Best is 20 or 30",
  22. "value": "30"
  23. }
  24. }
  25. }