Selenium/Tweepy - PT/EN
Hello English user, if you find any errors in the translation, I apologize, everything was translated by an online translator!
---------------------------------------PT----------------------------------------
Olá, aqui eu irei lhe ensinar não apenas a criar um bot no twitter, mas a usar o selenium para "web scraping" e como postar qualquer coisa no twitter tudo com python!
Para começar, é desejavel que você entenda conceitos básicos de HTML, como: Oque é uma class, name, id, xpath e mais alguns conceitos básicos.
Para começar você deve baixar o selenium e o tweepy. Irei deixar o link do site oficial com a sintaxe de instalação abaixo e junto você pode encontrar toda a documentação de ambas bibliotecas.
https://docs.tweepy.org/en/stable/install.html
https://www.selenium.dev/documentation/webdriver/getting_started/install_library/
Agora volte e entre no arquivo .py que está escrito em uma lingua que você entenda e que comece os estudos!
---------------------------------------EN----------------------------------------
Hello, here I will teach not only how to create a bot on twitter ,but using selenium for "web scraping" and how to post any thing on twitter all with python!
To begin with, it is desirable that you understand the basics of HTML, like: What is a class, name, id, xpath and more basics.
To get started you should download selenium and tweepy. I will leave the link to the official site with the installation syntax below and together you can find documentation for both libraries.
https://docs.tweepy.org/en/stable/install.html
https://www.selenium.dev/documentation/webdriver/getting_started/install_library/
Now go back and enter the .py file which is written in a language you understand and let the studies begin!