Metadata-Version: 2.1
Name: acmenewscollectors-pkg-rioatmadja2018
Version: 0.1.1617659860
Summary: Python wheel to collect news articles, videos, and images.
Home-page: UNKNOWN
Author: Rio Atmadja
Author-email: rioatmadja2018@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: bs4
Requires-Dist: joblib
Requires-Dist: selenium
Requires-Dist: pytest
Requires-Dist: pymysql
Requires-Dist: requests
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: nltk

# DSC680: Acme News Collectors #

This is a helper library to collect news articles, which includes news contents, video links, and images links; using Selenium Python library. 



### **Dependencies**

* Selenium
* Numpy
* Pandas 
* PyMySQL 
* Beautiful Soup
* PyTest 
* Chrome Driver 

### **PhantomJS Installation**
- On Ubuntu 20.04 LTS machine, please install `libgconf-2-4`
- Go to https://phantomjs.org/download.html and Download the latest phantomjs 
- Example: wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && tar xvfj phantomjs-2.1.1-linux-x86_64.tar.bz2
- Copy or move to the desired location 

### **Run Tests**
* pytest tests 

### **Developer Info** 
* rioatmadja2018@gmail.com 

### License

### **MIT License** 
Copyright (c) 2020 Rio Atmadja

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

