Skip to content

mebsahle/folder-file-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folder-file-scraper

Getting Started

This project helps to selected files save to the database.
Simply file scraping from folder using Python3.

Installation

  • git clone Repository
  • sudo apt-get install sqlite3 libsqlite3-dev
  • delete and create SQLite_Python.db
  • on terminal sqlite3 SQLite_Python.db
  • create table
    create table if not exists ark_file (id integer PRIMARY KEY, name text not NULL);
    .quit
  • python3 b.py

Author

Mebatsion Sahle

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages