Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.
/ Midas Public archive

[ABANDONED] Scraping data from federal colleges at RN (Brazil).

License

Notifications You must be signed in to change notification settings

Mazuh/Midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midas

The Data Scraper King

Scrapping data from our federal colleges, UFRN and IFRN, analysing expenses and producing some cool information for research.

Download datasets already scraped (on Kaggle): https://www.kaggle.com/mazuh69/midas-project

Our Constitution, our Law and our People demand easy access to this kind of information in an easier way to understand.

The initial idea is for me to learn and practice data science with Python and R. My current objective is to compute statistics for government employees salary. Further, more public expenses will be available for analysis.

Installing

Scraper

Did it on my Ubuntu 17 with python3 (3.5), pip and virtualenv (from pip3) installed.

After cloning the repository, I changed directory to it and ran:

virtualenv .
source ./bin/activate
pip install -r ./requirements.txt

Read at the end of midas_scraper.py file which functions are being called. For a first installation, there must be all of them not-commented. To run it:

./midas_scraper.py

That's it. Since there's no relase version yet, be careful with what you're doing and try to understand the code first.

References

For development

Inspired by:

A related song:

Data sources for this prototype:

For learning

I'm already comfortable with Python basics and Object Oriented Programming. So there's my reading list:

After reading it all, I'll think about more features.

More

Mithology

King Midas was a greek who had the gift (and curse) of transform into gold everything he touches, even his own food and family.

So be careful and don't be greedy with the public money, you're being watched.

Legal support

Here in Brazil, since 2011 the law 12.527/11 specifies the constitutional right of every citizen to know better the public expenses. Therefore, this project is entirely legal.

License

This project is under MIT License.

About

[ABANDONED] Scraping data from federal colleges at RN (Brazil).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages