Code Monkey home page Code Monkey logo

telerecon's People

Contributors

axylumrust avatar deepserket avatar neonbubbles avatar sockysec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

telerecon's Issues

In module 5 'last_name' error

Hello there, when running module 5, I got the following error:

An error occurred: cannot access local variable 'last_name' where it is not associated with a value
No content scraped.

Any hint?

Thanks!

start an asynchronous event loop while one is already running

I Picked the number 3 and collected user messages from a target channel;
After the task was finished, I returned to the launcher menu.
If I picked the number 3 again, the error would occur.

Pick a number: 3
Loading userscraper.py...
Traceback (most recent call last):
File "D:\Telerecon\launcher.py", line 127, in
exec(open(choice).read())
File "", line 157, in
File "D:\anaconda3\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "D:\anaconda3\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "", line 153, in main
File "", line 127, in
File "", line 157, in
File "D:\anaconda3\lib\asyncio\runners.py", line 33, in run
raise RuntimeError(
RuntimeError: asyncio.run() cannot be called from a running event loop
sys:1: RuntimeWarning: coroutine 'main' was never awaited

The GPT4 told me:
"The error message RuntimeError: asyncio.run() cannot be called from a running event loop indicates that you are trying to start an asynchronous event loop while one is already running. This can happen when using asyncio.run() in an environment where an event loop is already in place, or when calling asyncio.run() multiple times within the same context."

Scrape channel by custom date range

In option 5 you state it is possible to scrape a channel by a custom date range, how do I go about doing this? I cant see any instructions- thanks

API

Could i run the tool with some "Api" which is not in my account . I Mean if I don't have telegram, how i could use it ? Or if I have telegram, but don't want to use my "personal" info for example ? Could i Find api from internet, or some other place, and test the tool ?

we can't find the "telethon" package

Question

First of all, thanks for the scripts. They work well for the most part, quite a few throwing errors which make them unusable but I'll file those bugs another time.

Secondly, would it be possible to utilize the channel scrape (item 5) on channels that don't have names in a future release? (ie. those that start with a + with a string of characters after.) I am able to do a channel export on these groups through the Telegram program itself, but not from within this particular piece of software.

Thanks again!

partially initialized module 'selectors'

hi
i wanted to give it a spin, all install was bug free, but when launching it, it seems i have an issue regarding selectors.
any help would be appreciated.
thxx a lot

└─$ python3 launcher.py
Traceback (most recent call last):
File "/home/nocomp/tools/osint/Telerecon/launcher.py", line 1, in
import asyncio
File "/usr/lib/python3.11/asyncio/init.py", line 8, in
from .base_events import *
File "/usr/lib/python3.11/asyncio/base_events.py", line 23, in
import socket
File "/usr/lib/python3.11/socket.py", line 54, in
import os, sys, io, selectors
File "/home/nocomp/tools/osint/Telerecon/selectors.py", line 5, in
import pandas as pd
File "/usr/lib/python3/dist-packages/pandas/init.py", line 7, in
if 'mips' in platform.uname()[4]:
~~~~~~~~~~~~~~~~^^^
File "/usr/lib/python3.11/platform.py", line 813, in getitem
return tuple(self)[key]
^^^^^^^^^^^
File "/usr/lib/python3.11/platform.py", line 799, in iter
(self.processor,)
^^^^^^^^^^^^^^
File "/usr/lib/python3.11/functools.py", line 1001, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/platform.py", line 794, in processor
return _unknown_as_blank(_Processor.get())
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/platform.py", line 739, in get
return func() or ''
^^^^^^
File "/usr/lib/python3.11/platform.py", line 758, in from_subprocess
import subprocess
File "/usr/lib/python3.11/subprocess.py", line 245, in
_PopenSelector = selectors.SelectSelector
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'selectors' has no attribute 'SelectSelector' (most likely due to a circular import)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.