Skip to content

Command line tool for acquiring information about the current weather. Sourced from BMKG

License

Notifications You must be signed in to change notification settings

Neek0tine/cloudscrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudscrapper

cloudscrapper

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.

Usage

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.

End-User License Agreement

As per the GPL License:

  1. The user can copy, modify and distribute this software.
  2. The user have to include the license and copyright notice with each and every distribution.
  3. The user can use this software privately.
  4. The user can use this software for commercial purposes.
  5. If the user dare build their business solely from this code, you risk open-sourcing the whole code base.
  6. If the user modifies it, the user have to indicate changes made to the code.
  7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
  8. This software is provided without warranty.
  9. The software author (Nick "Neek0tine" Calvin ) or license can not be held liable for any damages inflicted by the software.

Authors

  • Nick "Neek0tine" Calvin - Initial work - Neek0tine

Contributing

Pull requests are welcome. For major changes, how-to, and in-depth explanation, please discuss it with the author first using the discord link.

License

LICENSE

This project is licensed under GPL License - see the LICENSE file for details

About

Command line tool for acquiring information about the current weather. Sourced from BMKG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages