forked from UsergeTeam/Userge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed .ub fix welcome fixed memes fixed .type fixed thumb add .repo command updated requirements updated config vars added userge updater ;P Signed-off-by: rking32 <[email protected]>
- Loading branch information
Showing
15 changed files
with
254 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,25 @@ | ||
aiohttp==3.6.2 | ||
async-generator==1.10 | ||
async-lru==1.0.1 | ||
async-timeout==3.0.1 | ||
attrs==19.3.0 | ||
beautifulsoup4==4.8.2 | ||
cachetools==4.0.0 | ||
certifi==2019.11.28 | ||
chardet==3.0.4 | ||
coverage==5.0.4 | ||
dnspython==1.16.0 | ||
emoji==0.5.4 | ||
google-api-core==1.16.0 | ||
google-api-python-client==1.8.0 | ||
google-auth==1.12.0 | ||
google-auth-httplib2==0.0.3 | ||
google-auth-oauthlib==0.4.1 | ||
googleapis-common-protos==1.51.0 | ||
googletrans==2.4.0 | ||
hachoir==3.1.1 | ||
httplib2==0.17.0 | ||
idna==2.9 | ||
lxml==4.5.0 | ||
multidict==4.7.5 | ||
nest-asyncio==1.3.0 | ||
oauth2client==4.1.3 | ||
oauthlib==3.1.0 | ||
Pillow==7.0.0 | ||
protobuf==3.11.3 | ||
pyaes==1.6.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pymongo==3.10.1 | ||
Pyrogram===0.17.0-asyncio | ||
pySmartDL==1.3.3 | ||
PySocks==1.7.1 | ||
python-dotenv==0.12.0 | ||
pytz==2019.3 | ||
requests==2.23.0 | ||
requests-oauthlib==1.3.0 | ||
rsa==4.0 | ||
search-engine-parser==0.5.4 | ||
selenium==3.141.0 | ||
six==1.14.0 | ||
soupsieve==2.0 | ||
speedtest-cli==2.1.2 | ||
TgCrypto==1.2.0 | ||
urbandict==0.6.1 | ||
uritemplate==3.0.1 | ||
urllib3==1.25.8 | ||
wget==3.2 | ||
wikipedia==1.4.0 | ||
yarl==1.4.2 | ||
https://github.com/pyrogram/pyrogram/archive/asyncio.zip | ||
python-dotenv | ||
tgcrypto | ||
pymongo | ||
dnspython | ||
hachoir | ||
Pillow | ||
urbandict | ||
googletrans | ||
search-engine-parser | ||
wikipedia | ||
speedtest-cli | ||
emoji | ||
wget | ||
nest_asyncio | ||
requests | ||
pySmartDL | ||
selenium | ||
google-api-python-client | ||
google-auth-httplib2 | ||
google-auth-oauthlib | ||
oauth2client | ||
cowpy | ||
gitpython | ||
heroku3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (C) 2020 by UsergeTeam@Github, < https://github.com/UsergeTeam >. | ||
# | ||
# This file is part of < https://github.com/UsergeTeam/Userge > project, | ||
# and is released under the "GNU v3.0 License Agreement". | ||
# Please see < https://github.com/uaudith/Userge/blob/master/LICENSE > | ||
# | ||
# All rights reserved. | ||
|
||
|
||
from userge import userge, Message, Config | ||
|
||
|
||
@userge.on_cmd("repo", about="__get repo link__") | ||
async def getplugins(message: Message): | ||
await message.edit(f"**Hey**, __I am using__ 🥳 [Userge]({Config.OFFICIAL_REPO_LINK}) 😎") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.