Please help me. I don’t have much experience with Python. I believe it would be simpler for someone who understands the language.
- Access Twitch.
● Log in; (The login will be tested by us using our own account, in your tests use your own)
● Scrape the top 10 streamers with the highest number of views, at the time of scraping, in the categories with live streams in Portuguese: - Just Chatting;
- League of Legends;
- Counter-Strike;
- VALORANT;
- Grand Theft Auto V.
2 – Assemble a DataFrame containing the columns: - Streamer’s name;
- Category;
- Number of viewers at the moment;
- Streamer’s live link;
- Current live title.
3 – Filter and remove streamers with less than 100 viewers;
4 – Reorder the DataFrame in descending order based on the number of viewers.
New contributor
mantezaw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.