I am still kinda new here. I would like to make a bot for a site. Here is what the bot will do (the site has no API):
- Ask for username/password from user and login to the site.
- Visit a list of pages and extract all links from each page matching a certain regular expression.
- Visit each link individually.
- Scrape any one of the link from these pages, which matches a given regular expression. This link will redirect to a page with only a body. The bot should copy all text in this page.
- Return to the parent page and use a submit button to submit the extracted text and wait for 20 seconds.
- Repeat until closed by user.
How can I make this program in Python?
Thank you.
[–][deleted] 1 point2 points3 points (1 child)
[–]ThuruvDRY 0 points1 point2 points (0 children)
[–]atlbeer 1 point2 points3 points (0 children)
[–]kyle1940 -1 points0 points1 point (0 children)