Skip to content

yudax42/Twim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

🐦 twim

i created this tool to automate the process of video editing for my twitter working timelapse.

What it does?

1- create a 1min video timelapse from a long video

2- add a music track to the video

3- calculate total pomodoro sessions

4- tweet to my account using twitter API

Usage

  1. Create a file hidden file named .env in the /src directory and add your twitter api credentials

     consumer_key='YOUR_KEY_HERE'`
     consumer_secret='YOUR_KEY_HERE'
     access_token='YOUR_KEY_HERE'
     access_token_secret='YOUR_KEY_HERE'
  2. Run the script

    Usage: python3 main.py -i < inputfile > -d < day >

    inputfile: is the long video in MP4 format

    day: the current working day number

-> if you want to merge two video streams

Usage: python3 merge.py -i < file1 > -c < file2 >

**file1,file2**: is the long video in MP4 format

Requirements

  • Python3
  • Pip3

Useful tip

create an alias to run the script

About

🐦 Twitter timelapse automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages