I think that installing error of twitterscraper module. use "pip install twitterscraper==0.2.7"
On Fri, Oct 2, 2020 at 9:23 AM Danish Masood <[email protected]> wrote: > I have installed python, twitterscraper and spyder to scrape data but > whenever I try to run this scripit > (from twitterscraper.query import query_tweets > import datetime as dt > import panda as pd > > begin_date = dt.datetime(2010,1,1) > end_date = dt.datetime(2020,9,1) > > limit = 5000 > lang = 'urdu' > #user = arynewsud > > tweets = query_tweets("پاکستان تحریک انصاف ", begindate = begin_date, > enddate = end_date, limit = limit, lang = lang) > )it gives > > "No module named 'twitterscraper'" > can any onehelp ? > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/spyderlib/da8eded2-2bd8-4315-98e3-99f9ff4c2a4en%40googlegroups.com > <https://groups.google.com/d/msgid/spyderlib/da8eded2-2bd8-4315-98e3-99f9ff4c2a4en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/CAB4pyGwqOf7MsCX5OP5_T3zfcwch8r2OxcbAXE%2BY4Y%3DNuyZBzA%40mail.gmail.com.
