Skip to main content

A Python Package to get tweets with giving only single keyword

Project description

Tweet Scraping

Prerequisites

  1. Internet Connection
  2. Python 3.6+
  3. must have present credentials (i,e: consumer key, consumer secret, access token, access token secret)

Installing Tweet Scraping

pip3 install tweetScraping

Using tweetScraping

Just import tweetScraping and call functions!

code example:

import tweetScraping
a = tweetScraping.tweetScraping(consumer_key : str ,  consumer_secret :str, access_token : str , access_token_secret : str, query : str , [file_name:str],[no_of_tweets : int])
a.start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tweetScraping-1.0.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page