sahilrider / TwitterSearch

A python script to scrape tweets for given keywords(multiple, space separated) within a given date range. You can also choose which browser driver you want to use. Cheers!
MIT License
2 stars 4 forks source link

Check make_csv function #1

Open sahilrider opened 6 years ago

sahilrider commented 6 years ago

Check this make_csv function and tell (or give solution) why it is stopping after writing 15-20 rows.

NikolaJankovic commented 6 years ago

I'm working on this now

a-arpit94 commented 6 years ago

I would suggest you to use Twitter API using tweepy (or any other) instead of web scraping. You don't usually web scrape for the websites which provides apis, coz apis are easy to implement and facile. But I appreciate what you did, if I'm not wrong, you've just started. And learning is the only key to success.

Cheers

sahilrider commented 6 years ago

@a-arpit94 Yeah bro, I have just started. Thanx for your suggestions. Could you please suggest some links or tutorials for related work or how to use tweepy.

sahilrider commented 6 years ago

@NikolaJankovic Thanks bro. Tell me if you find anything.