vladkens / twscrape

2024! X / Twitter API scrapper with authorization support. Allows you to scrape search results, User's profiles (followers/following), Tweets (favoriters/retweeters) and more.
https://pypi.org/project/twscrape/
MIT License
1.12k stars 133 forks source link

Could you please make a guide step by step for dummies #122

Open Darkpte opened 9 months ago

Darkpte commented 9 months ago

Please help make a quick guide to demonstrate how to use the script for dummies who don't know a thing about python or programming. Thank You

vladkens commented 9 months ago

Hi, @Darkpte.

Will this article be enough for you?

https://medium.com/@vladkens/how-to-still-scrape-millions-of-tweets-in-2023-using-twscrape-97f5d3881434

chinmaychahar commented 9 months ago

Hi, @vladkens.

I've been figuring how to use twscrape as a beginner myself. While the article does a good job at explaining it, I think the readme itself should either include easy-to-use beginner friendly examples as a good practice., or, can be organized a lil better (less overwhelming).

Alternatively, I propose a hands-on introductory notebook which can help one get started.

If either of the idea sound good to you, I can open a separate issue and work on it. Lemme know!

tmsss commented 8 months ago

This is probably out of the scope of the package, but what I need is a tutorial with information on how to buy twitter accounts and the best practices regarding their use with VPN's. It would be really useful if you could post here some links to where we can find such information. Thanks!

OgeAno commented 6 months ago

Hi @chinmaychahar @tmsss,

Will this article on Medium help?

https://levelup.gitconnected.com/the-real-housewives-of-lagos-rhol-a-tweet-scraping-and-nlp-project-094e91d569b6

The article breaks it down in the "Tweets Mining" step. You could also ask your questions there.

Also, you could go through the Jupyter notebook attached.