Skip to main content

Telegram sticker sets creation automated (partially).

Project description

Telegram sticker sets creation automated (partially).

Features

PyTgASU frees you from selecting files and emojis repeatedly when creating sticker sets on Telegram.

Better yet, it makes sticker sets kind of “distributable” and “installable”.

Installation

Requirement

  • Python >= 3.5

Dependency

Use pip to install:

$ pip install pytgasu

or

$ git clone https://github.com/alemonmk/pytgasu.git
$ cd pytgasu
$ pip install .

Usage

Generate set definition

You need set definition file for each sticker set you want to create.

Generate definition files by running and enter some detail:

$ pytgasu defgen <dir>...

Then open the generate .ssd file with text editor of your choice to assign emojis (and only emojis).

Upload sticker sets

Once you are done editing the .ssd file(s), you can let pytgasu do the heavy lifting.

$ pytgasu upload (<dir>|<path_to.ssd>)...

By specifying upload -s, it also automatically subscribe to the set once it’s uploaded.

You have to log in to Telegram at the first run, it won’t ask you again after that. A Telegram session file will be created at ~/.pytgasu/asu.session.

Contributing

Please create feature requests, leave suggestions through GitHub issue, or just code and fire a pull request.

It’s okay to talk via e-mail if you want to stay private or just don’t bother with GitHub.

Stuff in need

  • Tests. Preferably something nose uses.

  • Better documents. There’s not much to document though …

  • Feature requests. Keep it simple, don’t complicate this tool.

  • Debug. I’m not that exhaustive and may leave edge cases here and there.

Author

(c) 2017 Lemon Lam <’%s@%s’ % (‘almk’, ‘rmntn.net’)>

License

Licensed under GNU General Public License Version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytgasu-0.1.1.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

pytgasu-0.1.1-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page