Skip to main content

No project description provided

Project description

It is a package for educational purposes for NLP research for fake news This will provide all the necessary source according to the time for one month with their description and title

It has one class init with two functions

class Swifter:

def __init__(self, start_date,end_date, keyword):

	self._start_date = start_date

	self._end_date = end_date

	self._keyword = keyword

def Collector(self):

	retun df

this Collector will collect the information in a dataframe and return the dataframe

to invoke it Try like this :

*something = Swifter(Back_date,Todays_date,Key_to_be_searched)

x = *something.Collector()

Back_date,Todays_date,Key_to_be_searched are strings

Project details


Download files

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

Source Distribution

Built Distribution

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