Skip to content

iKnott/Swifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for collecting the news

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages