https://github.com/xabia598/atenea-project
A little project made by fun, made with python and sqlachemy.
https://github.com/xabia598/atenea-project
csv-files ip python sqlalchemy sqlalchemy-python
Last synced: 2 months ago
JSON representation
A little project made by fun, made with python and sqlachemy.
- Host: GitHub
- URL: https://github.com/xabia598/atenea-project
- Owner: Xabia598
- Created: 2023-03-03T15:54:55.000Z (about 2 years ago)
- Default Branch: work-in-progress
- Last Pushed: 2023-08-17T09:39:42.000Z (over 1 year ago)
- Last Synced: 2025-01-20T10:09:26.365Z (4 months ago)
- Topics: csv-files, ip, python, sqlalchemy, sqlalchemy-python
- Language: Python
- Homepage:
- Size: 615 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATENEA-PROJECT
### What is it?
A little data-management and data-collection to make little data-bases and study the data.
Mainly made with Python and sqlAlchemy.
### How does it work?
It generates random IPs and then ipinfo scans them and inserts the data inside a db, which later can be dumped in a .csv file.
### What can I learn with this?
You can learn simple data base structure, querying, plotting locations and basically how it works.
### How do I install the requirements?
Just type in your terminal:
pip install -r requirements.txt
You will need to have an https://ipinfo.io token if you want to have the 100% functionality.
> _Note that this project is just made for fun, not for "professional" purposes, probaby it isnt optimized at 100% or its bad optimized, please understand this :)_