Skip to content

kramenob/ess-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epidemic Sound Grabber bot

v.BOMZH

Able to load the album page from the link from the chat and return the prepared information post

To start :: python main.py


Preparing to use:

OS Linux

  1. Python:
sudo apt-get install python3.6
  1. Python PIP
sudo apt install python3-pip
  1. Beautiful Soup 4
pip install beautifulsoup4
  1. Selenium
pip install selenium
  1. Aiogram
pip install aiogram