app

package
v0.0.0-...-7bb490a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(rt *runner.Runtime[Config]) error

Types

type Config

type Config struct {
	Telegram  Telegram  `yaml:"telegram"`
	Instagram Instagram `yaml:"instagram"`
	YouTube   YouTube   `yaml:"youtube"`
	Facebook  Facebook  `yaml:"facebook"`
	Proxy     string    `yaml:"proxy"`
}

type Facebook

type Facebook struct {
	Cookies string `yaml:"cookies"`
}

type Instagram

type Instagram struct {
	Cookies string `yaml:"cookies"`
}

type Telegram

type Telegram struct {
	Token string `yaml:"token"`
}

type YouTube

type YouTube struct {
	Cookies string `yaml:"cookies"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL