help urgent
Opened this issue · 3 comments
scraper.py members made such an error when registering in the file
Traceback (most recent call last):
File "C:\Users\Arda\Desktop\telegramscraper-main\scraper.py", line 115, in
for member in c.iter_participants(group, filter=ChannelParticipantsAdmins):
scraper.py members made such an error when registering in the file
Traceback (most recent call last): File "C:\Users\Arda\Desktop\telegramscraper-main\scraper.py", line 115, in for member in c.iter_participants(group, filter=ChannelParticipantsAdmins):
Please share full logs, use a pastebin service to share logs, or share a image screenshot of the same.
Pastebin: pastebin.com
Traceback (most recent call last):
File "C:\Users\Lenovo\Desktop\telegramscraper-main\telegramscraper-main\manager.py", line 1, in
import requests
ModuleNotFoundError: No module named 'requests'
Do pip install requests
in terminal.