Skip to content

gantoin/bitchute-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitchute-uploader

Library to upload a video on bitchute with a Selenium bot

Maven dependency

Step 1. Add the JitPack repository

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Step 2. Add the dependency

<dependency>
  <groupId>com.github.gantoin</groupId>
  <artifactId>bitchute-uploader</artifactId>
  <version>1.1</version>
</dependency>

How to use it?

Create a new BitchuteVideo

BitchuteVideo video = new BitchuteVideo();
video.setTitle("My new uncensored Bitchute video");
video.setDescription("Hi guys! This is my new video. Thanks for watching!");
video.setVideoPath("/tmp/lorem_video.mp4");
video.setCoverPath("/tmp/lorem_video.jpg");

Create a new BitchuteUpload (credentials & utils)

BitchuteUpload bitchuteUpload = new BitchuteUpload("/path/to/your/chromedriver", "your_user@mail.com", "your_user_pwd", false);

Now, you can launch the Selenium bot with your BitchuteUpload object:

bitchuteUpload.launchSeleniumBot(video);

Enjoy!

About

Library to upload a video on bitchute with a Selenium bot

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages