Metadata-Version: 2.1
Name: web-scraping-bot-template
Version: 1.2.0
Summary: Tools that are useful for building web-scraping automated bots.
Home-page: UNKNOWN
Author: Antonin GENElot<
Author-email: jaimelesfraisesbleues@gmail.com
License: UNKNOWN
Keywords: python,bot,automated,web-scraping,python bot
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

This package is a template for you
    to create your own bot using Python.
    
    In order to do that, you don't need to use 
    each method each time you create a new bot.
    The datas you collect using the 'get_hypertexts_links'
    are saved in a folder called 'datas.json'. You are free 
    to modify the path or the name, but I do not reccomend 
    this method.

