diff --git a/README.md b/README.md index 51c1297..b83f38f 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,14 @@ # tgbot -A modular telegram Python bot running on python3 with an sqlalchemy database. -(ഒരു മോഡുലാർ ടെലിഗ്രാം പൈത്തൺ ബോട്ട് പൈത്തൺ 3-ൽ ഒരു സ്ക്ലാൽ‌ചെമി ഡാറ്റാബേസ് ഉപയോഗിച്ച് പ്രവർത്തിക്കുന്നു.) +എന്നെ ഇപ്പോൾ നടത്തിക്കൊണ്ടു പോകുന്നതും ഈ രീതിയിൽ ആക്കിയതും ഈ[കുരിപ്പാണ്](https://t.me/tHe_GaMeR_B0Y) എന്നെ @movielinks_only എന്ന ഗ്രൂപ്പ് മാനേജ് ചെയ്യാനാണ് ഉണ്ടാക്കിയത്. -ഒന്നിലധികം അഡ്‌മിൻ സവിശേഷതകളുള്ള ഒരു ലളിതമായ ഗ്രൂപ്പ് മാനേജുമെന്റ് ബോട്ട്, ഇത് വികസിച്ചു, വളരെ മോഡുലാർ ആയിത്തീർന്നു. ഉപയോഗിക്കാൻ ലളിതമാണ്. +എന്നെ ടെലെഗ്രാമിൽ [ഇവിടെ](https://t.me/rosammabot)കാണാൻ സാധിക്കും +എന്റെ പേര് മാത്രേ മറ്റാമോള്ളൂ ഞാനും മേരി ചേച്ചിയെ പോലെ തന്നെ ഒരു ultimate ബോട്ട് ആണ് -എന്റെ ന്യൂ ഫീച്ചേർസ് [ചാനലിൽ](t.me/MarieChechi) ഇടുന്നതായിരിക്കും. സംശയങ്ങൾക്ക് @InFoTelGroup എന്ന ഗ്രൂപ്പിൽ വരാവുന്നതാണ്..... - -എന്നെ ടെലെഗ്രാമിൽ കാണാൻ സാധിക്കും [മേരി ചേച്ചി 2.0](https://t.me/MarieChechiBot). - -Marie and I are moderating a [support group](https://t.me/MarieSupport), where you can ask for help setting up your -bot, discover/request new features, report bugs, and stay in the loop whenever a new update is available. Of course -I'll also help when a database schema changes, and some table column needs to be modified/added. Note to maintainers that all schema changes will be found in the commit messages, and its their responsibility to read any new commits. - -Join the [news channel](https://t.me/MarieNews) if you just want to stay in the loop about new features or -announcements. - -Alternatively, [find me on telegram](https://t.me/SonOfLars)! (Keep all support questions in the support chat, where more people can help you.) +Alternatively, [find me on telegram](https://t.me/tHe_GaMeR_B0Y)! (ബോട്ടിനെ കുറിച്ച് എന്തേലും അറിയാൻ ഇങ്ങോട്ടു വന്ന മതി.) ## You can also tap the Deploy To Heroku button below to deploy straight to Heroku! -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TGExplore/Marie_Chechi2.0) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/salmanpdr/Marie_Chechi2.0/tree/patch-4?files=1) ## Starting the bot. @@ -50,13 +39,13 @@ from tg_bot.sample_config import Config class Development(Config): - OWNER_ID = 254318997 # my telegram ID - OWNER_USERNAME = "SonOfLars" # my telegram username + OWNER_ID = 861055237 # my telegram ID + OWNER_USERNAME = "tHe_GaMeR_B0Y" # my telegram username API_KEY = "your bot api key" # my api key, as provided by the botfather SQLALCHEMY_DATABASE_URI = 'postgresql://username:password@localhost:5432/database' # sample db credentials MESSAGE_DUMP = '-1234567890' # some group chat that your bot is a member of USE_MESSAGE_DUMP = True - SUDO_USERS = [18673980, 83489514] # List of id's for users which have sudo access to the bot. + SUDO_USERS = [861055237, 83489514] # List of id's for users which have sudo access to the bot. LOAD = [] NO_LOAD = ['translation'] ```