I over wrote the bdfr folder with the bdfr folder inside the zip and this is the error I get. Before doing this bdfr works fine.
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Scripts\bdfr.exe__main.py", line 4, in
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\main__.py", line 11, in
from bdfr.archiver import Archiver
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\archiver.py", line 25, in
from bdfr.connector import RedditConnector
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\connector.py", line 32, in
from bdfr.file_name_formatter import FileNameFormatter
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\file_name_formatter.py", line 12, in
import emoji
ModuleNotFoundError: No module named 'emoji'
This is from FORK bulk-downloader-for-reddit_with-saved-hashes
I over wrote the bdfr folder with the bdfr folder inside the zip and this is the error I get. Before doing this bdfr works fine.
Traceback (most recent call last): File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Scripts\bdfr.exe__main.py", line 4, in
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\ main__.py", line 11, in
from bdfr.archiver import Archiver
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\archiver.py", line 25, in
from bdfr.connector import RedditConnector
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\connector.py", line 32, in
from bdfr.file_name_formatter import FileNameFormatter
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\bdfr\file_name_formatter.py", line 12, in
import emoji
ModuleNotFoundError: No module named 'emoji'