Python Forum
Twitter scraping exclude some data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Twitter scraping exclude some data
#6
(Aug-31-2017, 08:55 PM)nilamo Wrote: Here's a direct link to the StreamListener class from the tweepy module: https://github.com/tweepy/tweepy/blob/v3...ing.py#L30

You're currently using on_data(), which fires off for every single message.  Have you tried using one of the more specific ones, like on_status()?

Thanks for your reply and suggestion. I will have at the webpage you mentioned.
No, i haven't tried on_status which would probably be better. But i have no idea how to use on_status in this particular script.

Do you perhaps have a link for that to?
Reply


Messages In This Thread
Twitter scraping exclude some data - by Robbert - Aug-29-2017, 08:43 AM
RE: Twitter scraping exclude some data - by Robbert - Aug-31-2017, 08:53 AM
RE: Twitter scraping exclude some data - by nilamo - Aug-31-2017, 05:33 PM
RE: Twitter scraping exclude some data - by Robbert - Aug-31-2017, 07:24 PM
RE: Twitter scraping exclude some data - by nilamo - Aug-31-2017, 08:55 PM
RE: Twitter scraping exclude some data - by Robbert - Sep-02-2017, 07:55 AM
RE: Twitter scraping exclude some data - by nilamo - Sep-02-2017, 09:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Scraping Data from Website melkaray 3 1,731 Sep-22-2023, 12:41 PM
Last Post: melkaray
  Regex Include and Exclude patterns in Same Expression starzar 2 1,907 May-23-2023, 09:12 AM
Last Post: Gribouillis
  [SOLVED] [loop] Exclude ranges in… range? Winfried 2 3,906 May-14-2023, 04:29 PM
Last Post: Winfried
  How do I scrape profile information from Twitter People search results? asdad 0 1,338 Nov-29-2022, 10:25 AM
Last Post: asdad
  Is it possible to write a python script to block twitter feeds? cubangt 0 1,436 Apr-07-2022, 04:14 PM
Last Post: cubangt
  Reducing JSON character count in Python for a Twitter Bot johnmitchell85 2 73,557 Apr-28-2021, 06:08 PM
Last Post: johnmitchell85
  Telegram Users Scrapper - Exclude UserPrivacyRestricted graphite2015 0 3,157 Oct-23-2020, 05:43 AM
Last Post: graphite2015
  Twitter follower network gugatcgwgf 2 2,724 May-06-2020, 10:29 AM
Last Post: gugatcgwgf
  How to exclude bools from integers? boris602 2 2,583 Nov-02-2019, 12:44 PM
Last Post: boris602
  loop through range until reach size and exclude specific symbol pino88 3 3,253 Sep-23-2019, 02:32 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020