cloudscrapper
(pun intended) is a python program used to simply gather information about weather in Indonesian by means of web scrapping.
Utilizing requests
and beautifulsoup4
module, this program simply output the weather condition at current time, without GUI hassle.
The first thing to do before running this program is to install all dependencies. If you're a regular python user, chances are you already
have these modules; But just in case, do the following:
pip install -r requirements.txt
python cloudscrapper.py
By running the above code, weather.csv
file will appear at the directory of the program.
As per the GPL License:
- The user can copy, modify and distribute this software.
- The user have to include the license and copyright notice with each and every distribution.
- The user can use this software privately.
- The user can use this software for commercial purposes.
- If the user dare build their business solely from this code, you risk open-sourcing the whole code base.
- If the user modifies it, the user have to indicate changes made to the code.
- Any modifications of this code base MUST be distributed with the same license, GPLv3.
- This software is provided without warranty.
- The software author (Nick "Neek0tine" Calvin ) or license can not be held liable for any damages inflicted by the software.
- Nick "Neek0tine" Calvin - Initial work - Neek0tine
Pull requests are welcome. For major changes, how-to, and in-depth explanation, please discuss it with the author first using the discord link.
This project is licensed under GPL License - see the LICENSE file for details