pyTweetBot.create_database

This file contains a function to create the database structure and tables.

Example:

Here is a simple example to create the database:

>>> config = BotConfig.load("config.json")
>>> create_database(config)

pyTweetBot.create_database module

pyTweetBot.create_database.create_database(config)

Function to create the database structure and tables.

Arguments:
config (BotConfig): The bot configuration object