Skip to content

VladHZC/lbry-tweet-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

lbry-tweet-maker BETA

by: Vlad and Simon Schubert

Tools for boosting your LBRY activity with Twitter

0) LBRY-tweet Beta (t.py)


  • Tweet your last LBRY post

1.a) Auto-Tweet (for Windows)


  • Auto-Tweet your last post everytime Windows Starts Every time you start windows the script will autorun and post your last LBRY post (assuming LBRY is set to start along with windows startup) with a pre-made text before the link (you can change the text in the script if you wnat)

Download

Instructions:


  1. Save the files somewhere in your PC and then copy and paste a shortcut of the script on this folder

     ``` C:\Users\**CURRENT USER**\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup ```
    
  2. Set LBRY Desktop app to start along with windows startup set

     OBS: python on PATH are also required
    
  3. Set your twitter keys (offered to you on your twitter dev account) and channel in config.yaml file

1.b) Auto-Tweet (for Linux)

Open and edit crontab:

crontab -e

Add the following lines to either:

Check and Auto-Tweet your last post on every system start

@reboot python3 [part to python script]

Check and Auto-Tweet your last post every hour

@hourly python3 [part to python script]

The [part to python script] could be for example /home/supermario/t.py

2) Channel Posting ( comming )


  • Post your entire LBRY Channel, post by post every X hours (For users that never posted their LBRY videos on Twitter)

** Twitter developer account is required for API KEYS configuration ** Set your twitter keys and channel in config.yaml file

Check More tools :tools: from @vlad and from @Simonschubert

Check Other LBRY TOOLS

LBRY TOOLS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages