Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 587 Bytes

README.MD

File metadata and controls

9 lines (8 loc) · 587 Bytes

Discord message embed scraper

Based on playwright

How to use it:

  • pip install -r requirements.txt (install required modules)
  • py -m modules.login (from folder root. login to your Discord account, this is a one time step. it's saved in the program_data folder.)
  • Modify the downloader.py file located in the modules folder with your channel URL and search term.
  • py -m modules.downloader (from folder root. relax and enjoy)

You can pair this with my fork of TFich's collage maker, which supports local files.