Telegram bot in Python that:
- The
Amazon_a.py
-> starts a browser and retrieves a proxy from the database. - Navigates to the Amazon Books advanced search page, selects search parameters such as category, language, year, sort, etc., and performs the search (clicks the search button).
- Iterates through the search results from the 1st to the 65th page of Amazon Books, parsing author "about" page links and saving them into the database.
- The
Amazon_b.py
-> takes links to the author's "about" page, scrapes their email, Facebook, and website, and stores this information in the database.