Overview This Python script automates the process of creating image galleries on Telegra.ph, including account creation and uploading images to a gallery page.
git clone `https://github.com/haldaniko/TelegraphGallery-PyScript.git`
cd TelegraphGallery-PyScript
# on macOS
python3 -m venv venv
source venv/bin/activate
# on Windows
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python create_account.py- Enter the short name, author name, and author URL when prompted.
- Save the generated token and account information for further use.
python create_post.py- Enter your Telegra.ph token, folder path for the images, and page title when prompted.
- The script will create a page and upload all images from the specified folder.

