Skip to content

Commit 0afa1ad

Browse files
New-dev0Amit SharmaTechiErrorxdityaArnabXD
authored
AI wrapper and twitter plugin (#465)
* Ultroid 2025 Co-authored-by: New-dev0 <New-dev0@users.noreply.github.com> Co-authored-by: Amit Sharma <buddhhu@users.noreply.github.com> Co-authored-by: TechiError <techierror@users.noreply.github.com> Co-authored-by: Aditya <me@xditya.me> Co-authored-by: Arnab Paryali <Arnabxd@users.noreply.github.com> Co-authored-by: hellboi_atul <hellboi-atul@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com>
1 parent dace797 commit 0afa1ad

File tree

153 files changed

+754
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+754
-178
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target/npmlist.json
1717
package-lock.json
1818
ultroid.json
1919
resources/extras/thumbnail.jpg
20+
resources/auth/
2021

2122
# Directories
2223
addons/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
44
# PLease read the GNU Affero General Public License in <https://www.github.com/TeamUltroid/Ultroid/blob/main/LICENSE/>.
55

assistant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/callbackstuffs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/games.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2024 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in
@@ -15,6 +15,7 @@
1515

1616
import asyncio
1717
import re
18+
from random import choice, shuffle
1819

1920
from akipy.async_akipy import Akinator, akipyLOGS
2021
from telethon.errors.rpcerrorlist import BotMethodInvalidError

assistant/initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/inlinestuff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/localization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

assistant/manager/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ultroid - UserBot
2-
# Copyright (C) 2021-2023 TeamUltroid
2+
# Copyright (C) 2021-2025 TeamUltroid
33
#
44
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
55
# PLease read the GNU Affero General Public License in

0 commit comments

Comments
 (0)