Giter Site home page Giter Site logo

autobump's Introduction

autobump

A simple Autobot to bump your inactive threads once in 24 hours on BitcoinTalk. I have seen some service providers(Decepticons) on BitcoinTalk who provide this service. But, Personally, I think the costs of those services are not worth for the actual service. It is very simple bot and why not to give for free?

So does this repo born. An opensource to auto-bump your inactive threads. If you can contribute, well, you're always welcome to the community ;)

Oh, here is my BitcoinTalk link to contact me. Let me know what you think ;D

Get Started

  1. Download/Clone this repo.
  2. Configure data
  3. Add Threads
  4. Add cron on your server to run cron.php with duration on your preference.

Version

Well. Let's say this is version 0.0, shall we? That's bad, what happened to professionalism?

So,

  1. 0.1(beta)

Configure Data

All configure-able data are available in data.json file.

Sample config looks like

 {
     "file": "data.json",
     "settings": {
         "username": "bitcointalk username",
         "password": "base64 encoded password",
         "cookieLength": "-1",
         "msgToPost": "BUMP"
     },
     "threads": [{
         "url": "url to your thread"
     }]
 }

Username and Password

Under settings add you username and password to your BitcoinTalk account. And beware, you must add your password as Base64 Encoded. You can do that here!

Threads

I think you have guessed how to add threads to data.json file.

No? FINE

Each thread should be a json object, like:

{
 "url":"url to your thread"
}

Add this thread object to the threads array on data.json file.

"threads": [
 {
   "url": "Your thread URL"
 },{
   "url": "Your second thread URL"
 }
]

Adding Cron Job

Adding cron job differes on each Operating System and Hosting providers.

Aah.. you get the point and search according to your situation.

License

This repo is being provided under MIT and you can find the License here.

Donation!

I think you forgot what you read up! This is opensource. Well, Donation? Sorry, NOT ACCEPTED(hehe).

Credits

I'll add all people who contributed to this repo.

autobump's People

Contributors

buxlover avatar blackout314 avatar

Watchers

James Cloos avatar  avatar

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.