| Microsoft Windows [Version 10.0.22631.4317] | |
| (c) Microsoft Corporation. All rights reserved. | |
| C:\Users\Jamiu>cd\ | |
| C:\> cd Users\Jamiu\AppData\Local\Programs\Python\Python31 | |
| The system cannot find the path specified. | |
| C:\> cd Users\Jamiu\Downloads | |
| C:\Users\Jamiu\Downloads> python3 newbot.py | |
| 'python3' is not recognized as an internal or external command, | |
| operable program or batch file. | |
| C:\Users\Jamiu\Downloads>python newbot/py | |
| python: can't open file 'C:\\Users\\Jamiu\\Downloads\\newbot\\py': [Errno 2] No such file or directory | |
| C:\Users\Jamiu\Downloads>python newbot.py | |
| File "C:\Users\Jamiu\Downloads\newbot.py", line 21 | |
| client = TelegramClient('NameSession', 22256758, 15bed4cdc13e158df5680cde313e70dc) | |
| ^ | |
| SyntaxError: invalid decimal literal | |
| C:\Users\Jamiu\Downloads>python newbot.py | |
| File "C:\Users\Jamiu\Downloads\newbot.py", line 21 | |
| client = TelegramClient('NameSession', 22256758, 15bed4cdc13e158df5680cde313e70dc) | |
| ^ | |
| SyntaxError: invalid decimal literal | |
| C:\Users\Jamiu\Downloads>python newbot1.py | |
| python: can't open file 'C:\\Users\\Jamiu\\Downloads\\newbot1.py': [Errno 2] No such file or directory | |
| C:\Users\Jamiu\Downloads> cd\ | |
| C:\> cd C:\Users\Jamiu\Downloads | |
| C:\Users\Jamiu\Downloads> cd\ | |
| C:\> cd C:\Users\Jamiu\Downloads\Telegram Desktop | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>python newbot1.py | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 7, in <module> | |
| from telethon import TelegramClient, events, sync | |
| ModuleNotFoundError: No module named 'telethon' | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>cd\ | |
| C:\> cd C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py | |
| The directory name is invalid. | |
| C:\> pip install telethon | |
| Collecting telethon | |
| Downloading Telethon-1.37.0.tar.gz (620 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.2/620.2 kB 975.9 kB/s eta 0:00:00 | |
| Installing build dependencies ... done | |
| Getting requirements to build wheel ... done | |
| Preparing metadata (pyproject.toml) ... done | |
| Collecting pyaes (from telethon) | |
| Downloading pyaes-1.6.1.tar.gz (28 kB) | |
| Installing build dependencies ... done | |
| Getting requirements to build wheel ... done | |
| Preparing metadata (pyproject.toml) ... done | |
| Collecting rsa (from telethon) | |
| Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) | |
| Collecting pyasn1>=0.1.3 (from rsa->telethon) | |
| Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) | |
| Downloading rsa-4.9-py3-none-any.whl (34 kB) | |
| Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 2.4 MB/s eta 0:00:00 | |
| Building wheels for collected packages: telethon, pyaes | |
| Building wheel for telethon (pyproject.toml) ... done | |
| Created wheel for telethon: filename=Telethon-1.37.0-py3-none-any.whl size=694397 sha256=577d7a6ae62153130ab3117cdbd814ec736350d2f4846b043f09291bc4a9948f | |
| Stored in directory: c:\users\jamiu\appdata\local\pip\cache\wheels\3a\76\b9\a973ad419abf8aed2b6bd598623e5566c14b094e3d2d18c20f | |
| Building wheel for pyaes (pyproject.toml) ... done | |
| Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26358 sha256=df8a4d7b143d53ee950efef7c2e0377ffcd28ad80ccac5b3622e5e55d51d4246 | |
| Stored in directory: c:\users\jamiu\appdata\local\pip\cache\wheels\d9\43\32\ec313dd557e88e419489b9df40c04dad7b99576bde162496f8 | |
| Successfully built telethon pyaes | |
| Installing collected packages: pyaes, pyasn1, rsa, telethon | |
| Successfully installed pyaes-1.6.1 pyasn1-0.6.1 rsa-4.9 telethon-1.37.0 | |
| [notice] A new release of pip is available: 24.0 -> 24.3.1 | |
| [notice] To update, run: python.exe -m pip install --upgrade pip | |
| C:\>pip show telethon | |
| Name: Telethon | |
| Version: 1.37.0 | |
| Summary: Full-featured Telegram client library for Python 3 | |
| Home-page: https://github.com/LonamiWebs/Telethon | |
| Author: Lonami Exo | |
| Author-email: totufals@hotmail.com | |
| License: MIT | |
| Location: C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages | |
| Requires: pyaes, rsa | |
| Required-by: | |
| C:\>python newbot1.py | |
| python: can't open file 'C:\\newbot1.py': [Errno 2] No such file or directory | |
| C:\> cd Users\Jamiu\Downloads\Telegram Desktop | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>python newbot1.py | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 8, in <module> | |
| import pandas as pd | |
| ModuleNotFoundError: No module named 'pandas' | |
| C:\Users\Jamiu\Downloads\Telegram Desktop> cd\ | |
| C:\>pip install pandas | |
| Collecting pandas | |
| Downloading pandas-2.2.3-cp312-cp312-win_amd64.whl.metadata (19 kB) | |
| Collecting numpy>=1.26.0 (from pandas) | |
| Downloading numpy-2.1.3-cp312-cp312-win_amd64.whl.metadata (60 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 324.4 kB/s eta 0:00:00 | |
| Collecting python-dateutil>=2.8.2 (from pandas) | |
| Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) | |
| Collecting pytz>=2020.1 (from pandas) | |
| Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) | |
| Collecting tzdata>=2022.7 (from pandas) | |
| Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) | |
| Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas) | |
| Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) | |
| Downloading pandas-2.2.3-cp312-cp312-win_amd64.whl (11.5 MB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 83.0 kB/s eta 0:00:00 | |
| Downloading numpy-2.1.3-cp312-cp312-win_amd64.whl (12.6 MB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 127.3 kB/s eta 0:00:00 | |
| Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 72.9 kB/s eta 0:00:00 | |
| Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.0/508.0 kB 76.2 kB/s eta 0:00:00 | |
| Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 kB 149.5 kB/s eta 0:00:00 | |
| Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) | |
| Installing collected packages: pytz, tzdata, six, numpy, python-dateutil, pandas | |
| Successfully installed numpy-2.1.3 pandas-2.2.3 python-dateutil-2.9.0.post0 pytz-2024.2 six-1.16.0 tzdata-2024.2 | |
| [notice] A new release of pip is available: 24.0 -> 24.3.1 | |
| [notice] To update, run: python.exe -m pip install --upgrade pip | |
| C:\> python.exe -m pip install --upgrade pip | |
| Requirement already satisfied: pip in c:\users\jamiu\appdata\local\programs\python\python312\lib\site-packages (24.0) | |
| Collecting pip | |
| Downloading pip-24.3.1-py3-none-any.whl.metadata (3.7 kB) | |
| Downloading pip-24.3.1-py3-none-any.whl (1.8 MB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 129.6 kB/s eta 0:00:00 | |
| Installing collected packages: pip | |
| Attempting uninstall: pip | |
| Found existing installation: pip 24.0 | |
| Uninstalling pip-24.0: | |
| Successfully uninstalled pip-24.0 | |
| Successfully installed pip-24.3.1 | |
| C:\>pip show pandas | |
| Name: pandas | |
| Version: 2.2.3 | |
| Summary: Powerful data structures for data analysis, time series, and statistics | |
| Home-page: https://pandas.pydata.org | |
| Author: | |
| Author-email: The Pandas Development Team <pandas-dev@python.org> | |
| License: BSD 3-Clause License | |
| Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team | |
| All rights reserved. | |
| Copyright (c) 2011-2023, Open source contributors. | |
| Redistribution and use in source and binary forms, with or without | |
| modification, are permitted provided that the following conditions are met: | |
| * Redistributions of source code must retain the above copyright notice, this | |
| list of conditions and the following disclaimer. | |
| * Redistributions in binary form must reproduce the above copyright notice, | |
| this list of conditions and the following disclaimer in the documentation | |
| and/or other materials provided with the distribution. | |
| * Neither the name of the copyright holder nor the names of its | |
| contributors may be used to endorse or promote products derived from | |
| this software without specific prior written permission. | |
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | |
| FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
| DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
| SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
| CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
| OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| Location: C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages | |
| Requires: numpy, python-dateutil, pytz, tzdata | |
| Required-by: | |
| C:\> cd Users\Jamiu\Downloads\Telegram Desktop | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>python newbot1.py | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 10, in <module> | |
| import nest_asyncio | |
| ModuleNotFoundError: No module named 'nest_asyncio' | |
| C:\Users\Jamiu\Downloads\Telegram Desktop> cd\ | |
| C:\>pip install nest_asyncio | |
| Collecting nest_asyncio | |
| Downloading nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) | |
| Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) | |
| Installing collected packages: nest_asyncio | |
| Successfully installed nest_asyncio-1.6.0 | |
| C:\>pip show nest_asyncio | |
| Name: nest-asyncio | |
| Version: 1.6.0 | |
| Summary: Patch asyncio to allow nested event loops | |
| Home-page: https://github.com/erdewit/nest_asyncio | |
| Author: Ewald R. de Wit | |
| Author-email: ewald.de.wit@gmail.com | |
| License: BSD | |
| Location: C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages | |
| Requires: | |
| Required-by: | |
| C:\> cd Users\Jamiu\Downloads\Telegram Desktop | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>python newbot1.py | |
| Please enter the code you received: 93128 | |
| Signed in successfully as Vibes; remember to not break the ToS or you will risk an account ban! | |
| Message envoyé : CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump | |
| Réponse pour CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $GOAT received calls from 10 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Pow's Gem Calls | |
| 01:58 10/11/24 | MC: $4.0M 🎯ROI: 21791% 🏆218x⚡️CPW: 2659.56 | Caller Stats | |
| 2. SpiderCrypto Trading Journal | |
| 08:28 10/11/24 | MC: $8.4M 🎯ROI: 10272% 🏆103x⚡️CPW: 2630.55 | Caller Stats | |
| 3. jerry jeet ( stream trade ) | |
| 14:28 10/13/24 | MC: $83.7M 🎯ROI: 945% 💸10x⚡️CPW: 1804.42 | Caller Stats | |
| 4. CarnageCalls Gambles | |
| 19:37 10/14/24 | MC: $160.3M 🎯ROI: 446% 💸5x⚡️CPW: 1620.49 | Caller Stats | |
| 5. ◾️XeroDarkCalls | •XDC• | Invested Calls ◾️ | |
| 14:25 10/16/24 | MC: $309.2M 🎯ROI: 183%⚡️CPW: 1528.1 | Caller Stats | |
| 6. SD’s JOURNAL | |
| 15:36 10/18/24 | MC: $428.4M 🎯ROI: 104%⚡️CPW: 1510.64 | Caller Stats | |
| 7. SD’s CASINO | |
| 21:25 10/18/24 | MC: $384.0M 🎯ROI: 127%⚡️CPW: 1517.14 | Caller Stats | |
| 8. Thanos Gems 💎 | |
| 11:32 10/23/24 | MC: $653.0M 🎯ROI: 34%⚡️CPW: 648.94 | Caller Stats | |
| 9. The Rolling Apes Calls 🎲 | |
| 00:06 10/28/24 | MC: $618.6M 🎯ROI: 32%⚡️CPW: 645.89 | Caller Stats | |
| 10. Make Money With Matt 💰 | |
| 03:20 10/28/24 | MC: $615.9M 🎯ROI: 32%⚡️CPW: 645.77 | Caller Stats | |
| CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump | |
| 🎯BUY: STB | TradeWiz | Photon | MEVX | |
| 🔎Scan: MEVX | DexS | PIRB Scan | Photon | |
| 🔰Chain: #SOLANA | 🔰Name: Goatseus Maximus | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:☘️Most profit wallets and copy trade Zelfiguru 👉 SOL | ETH | BASE | |
| Message envoyé : CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump | |
| Réponse pour CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $LUCE received calls from 7 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Degen Seals | |
| 16:25 10/28/24 | MC: $279.4K 🎯ROI: 32094% 🏆321x⚡️CPW: 2300.33 | Caller Stats | |
| 2. Mark Degens | |
| 15:44 10/29/24 | MC: $67.5M 🎯ROI: 33%⚡️CPW: 586.87 | Caller Stats | |
| 3. Pepper Calls 🌶 | |
| 16:40 10/29/24 | MC: $64.8M 🎯ROI: 38%⚡️CPW: 589.48 | Caller Stats | |
| 4. Pow's Gem Calls | |
| 03:15 10/30/24 | MC: $84.6M 🎯ROI: 6%⚡️CPW: 428.01 | Caller Stats | |
| 5. CarnageCalls Gambles | |
| 14:04 10/30/24 | MC: $83.3M | Caller Stats | |
| 6. Make Money With Matt 💰 | |
| 15:33 10/31/24 | MC: $62.4M | Caller Stats | |
| 7. Robinhood Gems 🪖 | |
| 12:06 11/02/24 | MC: $30.2M 🎯ROI: 31%⚡️CPW: 563.54 | Caller Stats | |
| CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump | |
| 🎯BUY: STB | TradeWiz | Photon | MEVX | |
| 🔎Scan: MEVX | DexS | PIRB Scan | Photon | |
| 🔰Chain: #SOLANA | 🔰Name: Official Mascot of the Holy Year | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:🥇Top Trading Bots & Tools (updated) here🥇 | |
| Message envoyé : DRTeDJXZYYZxmq3tmgSPvLi3ef5E51cRH1KzzwXvC5M7 | |
| Réponse pour DRTeDJXZYYZxmq3tmgSPvLi3ef5E51cRH1KzzwXvC5M7: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $T received calls from 5 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Arcane Gems | |
| 18:24 10/30/24 | MC: $27.5M 🎯ROI: 45%⚡️CPW: 634.26 | Caller Stats | |
| 2. Brainstorm Alphas | |
| 18:29 10/30/24 | MC: $21.7M 🎯ROI: 85%⚡️CPW: 1098.0 | Caller Stats | |
| 3. Veigar Calls | |
| 18:29 10/30/24 | MC: $22.0M 🎯ROI: 82%⚡️CPW: 1096.8 | Caller Stats | |
| 4. Shyroshi Plays | |
| 18:44 10/30/24 | MC: $28.8M 🎯ROI: 39%⚡️CPW: 568.31 | Caller Stats | |
| 5. Who Dis | Multi Chain Channel of Titan | |
| 10:38 11/01/24 | MC: $8.5M 🎯ROI: 18%⚡️CPW: 400.82 | Caller Stats | |
| DRTeDJXZYYZxmq3tmgSPvLi3ef5E51cRH1KzzwXvC5M7 | |
| 🎯BUY: STB | TradeWiz | Photon | MEVX | |
| 🔎Scan: MEVX | DexS | PIRB Scan | Photon | |
| 🔰Chain: #SOLANA | 🔰Name: T | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:⭐️Create volume for your token on SUI: Sui Pump Bot⭐️ | |
| Message envoyé : HdHqKPz3n52e6FCJREKY3MS56TagyvRxsxVYG7E4rF99 | |
| Réponse pour HdHqKPz3n52e6FCJREKY3MS56TagyvRxsxVYG7E4rF99: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $47 received calls from 10 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Whale Calls | |
| 16:36 10/18/24 | MC: $56.4K 🎯ROI: 34286% 🏆343x⚡️CPW: 2146.58 | Caller Stats | |
| 2. The Blockchain God's Gambles | |
| 23:31 10/20/24 | MC: $179.6K 🎯ROI: 10689% 🏆107x⚡️CPW: 2062.86 | Caller Stats | |
| 3. The Blockchain Gods Multi Chain Calls- HOME OF THE TBG DYNASTY PRIVATE GROUP | |
| 00:12 10/21/24 | MC: $152.4K 🎯ROI: 12613% 🏆127x⚡️CPW: 2087.4 | Caller Stats | |
| 4. Mark Degens | |
| 14:01 10/22/24 | MC: $239.6K 🎯ROI: 7986% 🥇80x⚡️CPW: 2044.76 | Caller Stats | |
| 5. Thoth Gems 🌙 | |
| 06:46 10/25/24 | MC: $706.6K 🎯ROI: 2642% 💎27x⚡️CPW: 1727.97 | Caller Stats | |
| 6. SiG Calls | |
| 09:21 10/25/24 | MC: $667.3K 🎯ROI: 2804% 💎29x⚡️CPW: 1734.61 | Caller Stats | |
| 7. Crypto Worker Calls 💻 | |
| 15:15 10/25/24 | MC: $1.4M 🎯ROI: 1306% 💰14x⚡️CPW: 1548.34 | Caller Stats | |
| 8. ApeZone | |
| 07:14 10/31/24 | MC: $3.2M 🎯ROI: 350% 💸4x⚡️CPW: 1305.53 | Caller Stats | |
| 9. CarnageCalls Gambles | |
| 17:44 11/04/24 | MC: $12.6M 🎯ROI: 12%⚡️CPW: 401.1 | Caller Stats | |
| 10. Thanos Gems 💎 | |
| 09:41 11/05/24 | MC: $13.5M 🎯ROI: 5%⚡️CPW: 386.31 | Caller Stats | |
| HdHqKPz3n52e6FCJREKY3MS56TagyvRxsxVYG7E4rF99 | |
| 🎯BUY: STB | TradeWiz | Photon | MEVX | |
| 🔎Scan: MEVX | DexS | PIRB Scan | Photon | |
| 🔰Chain: #SOLANA | 🔰Name: President Trump | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:☘️Most profit wallets and copy trade Zelfiguru 👉 SOL | ETH | BASE | |
| Message envoyé : 0xd582879453337BD149Ae53EC2092B0af5281d1D7 | |
| Réponse pour 0xd582879453337BD149Ae53EC2092B0af5281d1D7: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $GLORY received calls from 2 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Pow's Gem Calls | |
| 00:21 03/01/24 | MC: $10.4M 🎯ROI: 61%⚡️CPW: 921.07 | Caller Stats | |
| 2. MoneyMaker Gambles | |
| 02:10 03/01/24 | MC: $9.7M 🎯ROI: 73%⚡️CPW: 1049.18 | Caller Stats | |
| 0xd582879453337BD149Ae53EC2092B0af5281d1D7 | |
| 🎯BUY: Magnum | Maestro | Maestro Pro | Photon | |
| 🔎Scan: DexS | DexT | PIRB Scan | |
| 🔰Chain: #BLAST | 🔰Name: GLORY | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:⭐️Create volume for your token on SUI: Sui Pump Bot⭐️ | |
| Message envoyé : 0xf1df7305E4BAB3885caB5B1e4dFC338452a67891 | |
| Réponse pour 0xf1df7305E4BAB3885caB5B1e4dFC338452a67891: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $PALM received calls from 16 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Gems of Ra 💎👁🗨 | |
| 07:54 12/19/23 | MC: $10.2M 🎯ROI: 1413% 💰15x⚡️CPW: 1849.59 | Caller Stats | |
| 2. PHILLIP'S CALLS | |
| 11:51 12/19/23 | MC: $12.1M 🎯ROI: 1172% 💰12x⚡️CPW: 1837.57 | Caller Stats | |
| 3. Multichain Journal | |
| 09:26 12/29/23 | MC: $15.9M 🎯ROI: 868% 💸9x⚡️CPW: 1696.16 | Caller Stats | |
| 4. The Don's Calls | |
| 14:47 12/29/23 | MC: $15.8M 🎯ROI: 877% 💸9x⚡️CPW: 1696.66 | Caller Stats | |
| 5. Achilles SafeHaven Calls | |
| 18:35 12/29/23 | MC: $15.5M 🎯ROI: 896% 💸9x⚡️CPW: 1697.66 | Caller Stats | |
| 6. Luffy’s diary | |
| 21:02 02/18/24 | MC: $15.8M 🎯ROI: 874% 💸9x⚡️CPW: 1696.49 | Caller Stats | |
| 7. Thanos Gems 💎 | |
| 13:42 02/19/24 | MC: $21.0M 🎯ROI: 634% 💸7x⚡️CPW: 1603.28 | Caller Stats | |
| 8. Chadley Calls | |
| 07:05 02/20/24 | MC: $33.3M 🎯ROI: 362% 💸4x⚡️CPW: 1510.04 | Caller Stats | |
| 9. Guzz Gems | |
| 05:35 02/21/24 | MC: $35.8M 🎯ROI: 330% 💸4x⚡️CPW: 1507.15 | Caller Stats | |
| 10. GodZilla Calls | |
| 18:45 02/25/24 | MC: $47.6M 🎯ROI: 223% 💸3x⚡️CPW: 1493.75 | Caller Stats | |
| 11. eslam💎crypto | |
| 18:48 02/25/24 | MC: $47.6M 🎯ROI: 223% 💸3x⚡️CPW: 1493.8 | Caller Stats | |
| 12. Micha Calls / 100% Organic | |
| 21:22 02/25/24 | MC: $49.8M 🎯ROI: 209% 💸3x⚡️CPW: 1491.38 | Caller Stats | |
| 13. The Caller | |
| 21:52 02/25/24 | MC: $51.4M 🎯ROI: 199%⚡️CPW: 1425.94 | Caller Stats | |
| 14. MoneyMaker Gambles | |
| 07:45 03/06/24 | MC: $71.9M 🎯ROI: 114%⚡️CPW: 1409.52 | Caller Stats | |
| 0xf1df7305E4BAB3885caB5B1e4dFC338452a67891 | |
| 🎯BUY: Maestro | Maestro Pro | Photon | |
| 🔎Scan: DexS | DexT | PIRB Scan | |
| 🔰Chain: #ETHEREUM | 🔰Name: PaLM AI | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:⭐️Create volume for your token on SUI: Sui Pump Bot⭐️ | |
| Message envoyé : 0x8AEC4bbDcfB451aA289bfBD3C2F4E34A44ADa1be | |
| Réponse pour 0x8AEC4bbDcfB451aA289bfBD3C2F4E34A44ADa1be: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $dogwifhat received calls from 17 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Moonshot Capital | |
| 00:18 02/03/24 | MC: $10.9M 🎯ROI: 164%⚡️CPW: 1320.14 | Caller Stats | |
| 2. Micha Calls / 100% Organic | |
| 00:38 02/03/24 | MC: $11.9M 🎯ROI: 143%⚡️CPW: 1316.22 | Caller Stats | |
| 3. 0x apes | |
| 00:50 02/03/24 | MC: $21.6M 🎯ROI: 33%⚡️CPW: 556.15 | Caller Stats | |
| 4. 💰ANIME GEMS💰 | |
| 00:51 02/03/24 | MC: $24.6M 🎯ROI: 17%⚡️CPW: 421.94 | Caller Stats | |
| 5. Pow's Gem Calls | |
| 01:00 02/03/24 | MC: $29.4M | Caller Stats | |
| 6. Multichain Journal | |
| 01:02 02/03/24 | MC: $26.2M 🎯ROI: 10%⚡️CPW: 412.88 | Caller Stats | |
| 7. RIO Calls ☄️ | |
| 01:07 02/03/24 | MC: $26.2M 🎯ROI: 9%⚡️CPW: 410.92 | Caller Stats | |
| 8. Nik's Eth + Sol Plays | |
| 02:09 02/03/24 | MC: $12.3M 🎯ROI: 39%⚡️CPW: 545.32 | Caller Stats | |
| 9. CryptoDeus Gems 💎🦍 (sol, avax, eth) | |
| 02:29 02/03/24 | MC: $10.1M 🎯ROI: 70%⚡️CPW: 1049.13 | Caller Stats | |
| 10. 🌱 Terp’s X100 CALLS 🌱 | |
| 02:31 02/03/24 | MC: $9.6M 🎯ROI: 79%⚡️CPW: 1052.46 | Caller Stats | |
| 11. Prime Gems 🪐 | |
| 02:34 02/03/24 | MC: $11.2M 🎯ROI: 52%⚡️CPW: 917.43 | Caller Stats | |
| 12. Degen Seals | |
| 02:42 02/03/24 | MC: $10.2M 🎯ROI: 67%⚡️CPW: 924.48 | Caller Stats | |
| 13. Pepper Calls 🌶 | |
| 02:49 02/03/24 | MC: $9.2M 🎯ROI: 86%⚡️CPW: 1054.79 | Caller Stats | |
| 14. Marketing Guy Call | |
| 03:18 02/03/24 | MC: $3.2M 🎯ROI: 439% 💸5x⚡️CPW: 1323.56 | Caller Stats | |
| 0x8AEC4bbDcfB451aA289bfBD3C2F4E34A44ADa1be | |
| 🎯BUY: Maestro | Maestro Pro | Photon | |
| 🔎Scan: DexS | DexT | PIRB Scan | |
| 🔰Chain: #ETHEREUM | 🔰Name: dogwifhat | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:🎗TradeWiz doubled users in 10 days by special features🎗 | |
| Message envoyé : 9TY6DUg1VSssYH5tFE95qoq5hnAGFak4w3cn72sJNCoV | |
| Réponse pour 9TY6DUg1VSssYH5tFE95qoq5hnAGFak4w3cn72sJNCoV: ☎️ From @CallAnalyser | |
| ❇️(Total Call)🚀 $DOGE received calls from 9 callers | |
| 🏵 Main Calls: (UTC time) | |
| 1. Prower Calls | |
| 11:54 10/29/24 | MC: $436.0K 🎯ROI: 1454% 💰15x⚡️CPW: 1374.3 | Caller Stats | |
| 2. Degen Seals | |
| 13:16 10/29/24 | MC: $298.8K 🎯ROI: 2168% 💎22x⚡️CPW: 1587.16 | Caller Stats | |
| 3. DEGEMS CALLS | |
| 14:31 10/29/24 | MC: $794.0K 🎯ROI: 753% 💸8x⚡️CPW: 1226.48 | Caller Stats | |
| 4. Gubbins Calls | |
| 15:21 10/29/24 | MC: $852.9K 🎯ROI: 694% 💸7x⚡️CPW: 1142.5 | Caller Stats | |
| 5. BagCalls 🎒🎒🎒 | |
| 15:25 10/29/24 | MC: $884.8K 🎯ROI: 666% 💸7x⚡️CPW: 1140.27 | Caller Stats | |
| 6. Shyroshi Plays | |
| 15:46 10/29/24 | MC: $1.2M 🎯ROI: 482% 💸5x⚡️CPW: 1161.2 | Caller Stats | |
| 7. CarnageCalls Gambles | |
| 17:06 10/29/24 | MC: $1.2M 🎯ROI: 464% 💸5x⚡️CPW: 1159.74 | Caller Stats | |
| 8. Gogeta Crypto Chad$ | |
| 03:48 10/31/24 | MC: $1.7M 🎯ROI: 308% 💸4x⚡️CPW: 1143.37 | Caller Stats | |
| 9. JUNGLE.APE🦧 TON/SOL/BSC/ETH/SUI💥🔥 KOL | |
| 18:16 11/01/24 | MC: $1.2M 🎯ROI: 459% 💸5x⚡️CPW: 1159.35 | Caller Stats | |
| 9TY6DUg1VSssYH5tFE95qoq5hnAGFak4w3cn72sJNCoV | |
| 🎯BUY: STB | TradeWiz | Photon | MEVX | |
| 🔎Scan: MEVX | DexS | PIRB Scan | Photon | |
| 🔰Chain: #SOLANA | 🔰Name: Department of Gov Efficiency | |
| 📞Caller: CallAnalyserBot | |
| 📈Trending: KOL Trending 🔥 | |
| Listen to qualified calls in real time @CallAnalyser | |
| ➖️➖️➖️➖️➖️➖️➖️➖ | |
| 📢 Ad:⭐️Create volume for your token on SUI: Sui Pump Bot⭐️ | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 96, in <module> | |
| asyncio.run(main()) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\nest_asyncio.py", line 30, in run | |
| return loop.run_until_complete(task) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\nest_asyncio.py", line 98, in run_until_complete | |
| return f.result() | |
| ^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\asyncio\futures.py", line 203, in result | |
| raise self._exception.with_traceback(self._exception_tb) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\asyncio\tasks.py", line 314, in __step_run_and_handle_result | |
| result = coro.send(None) | |
| ^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 93, in main | |
| df.to_excel('bot_responses_top_3_channels.xlsx', index=False) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\util\_decorators.py", line 333,in wrapper | |
| return func(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\core\generic.py", line 2417, into_excel | |
| formatter.write( | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\formats\excel.py", line 943,in write | |
| writer = ExcelWriter( | |
| ^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\excel\_openpyxl.py", line 57, in __init__ | |
| from openpyxl.workbook import Workbook | |
| ModuleNotFoundError: No module named 'openpyxl' | |
| C:\Users\Jamiu\Downloads\Telegram Desktop> python newbot1.py > output.txt | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-60: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-60: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-60: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-60: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 57-58: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 57-58: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 57-58: character maps to <undefined> | |
| Unhandled exception on handle_response | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\updates.py", line 570,in _dispatch_update | |
| await callback(event) | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 52, in handle_response | |
| print(f"Réponse pour {token_address}: {response_text}") | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode | |
| return codecs.charmap_encode(input,self.errors,encoding_table)[0] | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| UnicodeEncodeError: 'charmap' codec can't encode characters in position 59-60: character maps to <undefined> | |
| Traceback (most recent call last): | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 96, in <module> | |
| asyncio.run(main()) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\nest_asyncio.py", line 30, in run | |
| return loop.run_until_complete(task) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\nest_asyncio.py", line 98, in run_until_complete | |
| return f.result() | |
| ^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\asyncio\futures.py", line 203, in result | |
| raise self._exception.with_traceback(self._exception_tb) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\asyncio\tasks.py", line 314, in __step_run_and_handle_result | |
| result = coro.send(None) | |
| ^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\Downloads\Telegram Desktop\newbot1.py", line 93, in main | |
| df.to_excel('bot_responses_top_3_channels.xlsx', index=False) | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\util\_decorators.py", line 333,in wrapper | |
| return func(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\core\generic.py", line 2417, into_excel | |
| formatter.write( | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\formats\excel.py", line 943,in write | |
| writer = ExcelWriter( | |
| ^^^^^^^^^^^^ | |
| File "C:\Users\Jamiu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\excel\_openpyxl.py", line 57, in __init__ | |
| from openpyxl.workbook import Workbook | |
| ModuleNotFoundError: No module named 'openpyxl' | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>cd\ | |
| C:\>python newbot1.py > output.txt | |
| Access is denied. | |
| C:\>cd Users\Jamiu\Downloads\Telegram Desktop | |
| C:\Users\Jamiu\Downloads\Telegram Desktop>python newbot1.py > output.txt 2>&1 | |