Code Monkey home page Code Monkey logo

videostickerbot's Introduction

A star ⭐ from you means a lot to me !

Telegram bot to convert Video and GIFs to Video Stickers.

Open Source Love svg1

Functions

  1. Create video stickers using videos.
  2. Create video stickers using gifs.
  3. Create video stickers from existing video stickers (Kang Mode)
  4. Get webm file of any video sticker.
  5. Set custom emojis to video sticker.
  6. Save default emojis for video stickers.

Deployment

Deploy to Heroku

Deploy

  1. Tap on above button and fill values for needed variables
  2. Then tap "Deploy App" below it. Wait till deploying is complete (will take atmost 2 minutes).
  3. After deploying is complete, tap on "Manage App"
  4. Check the logs to see if your bot is ready!

Local Deploying

  1. Clone the repo

    git clone https://github.com/StarkBotsIndustries/VideoStickerBot
  2. Get a DATABASE_URL. If you don't know how, deploy using Heroku Button only or delete database things as it's not a compulsion.

  3. Edit settings.py and as your needs, rename .env.sample to .env and fill with your variables.

  4. Enter the directory

    cd VideoStickerBot
  5. Run the file

    python3 bot.py

Environment Variables

Mandatory Vars

To-Do

That's on you suggestions mainly...

PRs Welcome

Credits

Support

Channel :- @StarkBots

Group Chat :- @StarkBotsChat

:)

ForTheBadge made-with-python

ForTheBadge built-with-love

ForTheBadge makes-people-smile

videostickerbot's People

Contributors

shivangkakkar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

videostickerbot's Issues

error in implementation railway

I put the ffmpeg in the requirements but still giving this error

2022-10-25 22:33:08 - WARNING - Addon must_join is loaded but no chat is listed in MUST_JOIN var of settings
2022-10-25 22:33:25 - WARNING - Addon must_join is loaded but no chat is listed in MUST_JOIN var of settings
invalid literal for int() with base 10: '/bin/sh: 1: ffprobe: not found\n'
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 222, in handler_worker
await handler.callback(self.client, *args)
File "/app/.heroku/python/lib/python3.10/site-packages/pyromod/listen/listen.py", line 93, in resolve_listener
await self.user_callback(client, message, *args)
File "/workspace/plugins/main.py", line 12, in main
await process(msg, stark, status)
File "/workspace/plugins/main.py", line 21, in process
std = await stark.subshell()
File "/workspace/plugins/helpers.py", line 60, in subshell
cmd = await self.get_ffmpeg_cmd()
File "/workspace/plugins/helpers.py", line 69, in get_ffmpeg_cmd
dim = await self.get_dimensions()
File "/workspace/plugins/helpers.py", line 78, in get_dimensions
dim = [int(x) for x in dim]
File "/workspace/plugins/helpers.py", line 78, in
dim = [int(x) for x in dim]
ValueError: invalid literal for int() with base 10: '/bin/sh: 1: ffprobe: not found\n'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.