Skip to content

This Python script automates the process of creating image galleries on Telegra.ph, including account creation and uploading images to a gallery page.

Notifications You must be signed in to change notification settings

haldaniko/TelegraphGallery-PyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script for creating galleries on telegra.ph

Overview This Python script automates the process of creating image galleries on Telegra.ph, including account creation and uploading images to a gallery page.

Installation

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

Usage

Step 1: Create an Account

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.

Step 2: Create an Account

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.

Demo

demo.png

demo2.png

About

This Python script automates the process of creating image galleries on Telegra.ph, including account creation and uploading images to a gallery page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages