Coder Social home page Coder Social logo

papplication / alice Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 3.22 MB

Alice in Tumblrland. Create your own Tumblr bot. (like, follow, reblog, post, automated)

License: MIT License

JavaScript 100.00%
tumblr tumblr-api tumblr-bot tumblr-like nodejs bot artificial-intelligence javascript robot-framework alice

alice's Introduction

Alice in Tumblrland

Open a whole new era. Create your own Tumblr bot.

Are you interested in new Tumblr posts, trends or just want thousands of followers? Alice can help you do things quickly and easily.

Life found a way. - Dr. Alan Grant

Features

  • Start Today, run forever
  • Like, Reblog posts
  • Post images, texts
  • Explore and follow new blogs
  • Random-userlike experience
  • Flexible setting options

What You Need

exports.tagsArray = ['fail', 'funny gifs', 'funny gif', 'epic fail', 'haha', 'lol', 'funny']
exports.commentsArray = ['awhhh *.*', '*.*', 'always reblog']
exports.postTypes = ['photo']

exports.blogName = 'your blog name'
exports.noteLimit = 5
exports.limit = 20
exports.unFollowRate = 0.1
exports.maxLikeCount = 1
exports.maxActionPerMinute = 1

exports.consumerKey = 'your consumer key'
exports.consumerSecret = 'your consumer secret'
exports.token = 'your token'
exports.tokenSecret = 'your token secret'
  • Start Alice from inside the src directory.
node alice.js
[25/03/2019 22:57:00.675] [LOG]    Harvest started
[25/03/2019 22:57:00.675] [LOG]    Following cache: 677
[25/03/2019 22:57:00.675] [LOG]    Tags are:  cute
[25/03/2019 22:57:00.675] [LOG]    Minimum note count: 696
[25/03/2019 22:57:00.676] [LOG]    ------------------------------
[25/03/2019 22:58:00.677] [LOG]    Like post id: 167096891257  reblog_key: tjkBl9Vl
[25/03/2019 22:58:00.677] [LOG]    ------------------------------
[25/03/2019 22:58:00.678] [LOG]    Harvest started
[25/03/2019 22:58:00.678] [LOG]    Following cache: 677
[25/03/2019 22:58:00.678] [LOG]    Tags are:  forest
[25/03/2019 22:58:00.678] [LOG]    Minimum note count: 480
[25/03/2019 22:58:00.679] [LOG]    ------------------------------
[25/03/2019 22:58:00.679] [LOG]    Like post id: 166927269501  reblog_key: Zgj6aX3y

Requirements

alice's People

Contributors

dobogoi avatar papplication avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alice's Issues

Get an error message

I get an this error messages;

[06/05/2019 01:56:00.490] [LOG] Harvest started
[06/05/2019 01:56:00.494] [LOG] Following cache: 4
[06/05/2019 01:56:00.498] [LOG] Tags are: funny gifs
[06/05/2019 01:56:00.502] [LOG] Minimum note count: 32
[06/05/2019 01:56:00.505] [LOG] ------------------------------
[06/05/2019 01:56:01.898] [LOG] Follow blog: http://totallylaughed.tumblr.com
[06/05/2019 01:56:01.902] [LOG] Post image: https://66.media.tumblr.com/57e5fc2bccebd1247d75986bdd67a153/tumblr_mt1tptSX4T1stnucso1_400.gif with tags: funny gifs,laugh out loud,michael cera,sexy,funny,gif,
[06/05/2019 01:56:01.912] [ERROR] client.createPhotoPost: TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
at new ClientRequest (_http_client.js:115:13)
at Object.request (https.js:281:10)
at Request.start (C:\Users\cimbo\OneDrive\Desktop\alice-master\src\node_modules\tumblr.js\node_modules\request\request.js:748:32)
at Request.write (C:\Users\cimbo\OneDrive\Desktop\alice-master\src\node_modules\tumblr.js\node_modules\request\request.js:1498:10)
at FormData.ondata (internal/streams/legacy.js:15:31)
at FormData.emit (events.js:189:13)

Reblog Error 400

Hello. All functions seem to be working except for reblog.

[14/10/2020 17:01:02.566] [LOG] Reblog id: 154128872959 reblogKey: IPHSfQaZ [14/10/2020 17:01:02.568] [LOG] Follow blog: http://boonbucks-city-beach.tumblr.com [14/10/2020 17:01:02.958] [ERROR] client.reblogPost: Error: API error: 400 Bad Request at /home/mado/util/alice/src/node_modules/tumblr.js/lib/tumblr.js:449:29 at Request._callback (/home/mado/util/alice/src/node_modules/tumblr.js/lib/tumblr.js:531:34) at Request.self.callback (/home/mado/util/alice/src/node_modules/tumblr.js/node_modules/request/request.js:186:22) at Request.emit (events.js:314:20) at Request.<anonymous> (/home/mado/util/alice/src/node_modules/tumblr.js/node_modules/request/request.js:1163:10) at Request.emit (events.js:314:20) at IncomingMessage.<anonymous> (/home/mado/util/alice/src/node_modules/tumblr.js/node_modules/request/request.js:1085:12) at Object.onceWrapper (events.js:420:28) at IncomingMessage.emit (events.js:326:22) at endReadableNT (_stream_readable.js:1252:12) [14/10/2020 17:02:00.741] [LOG] ------------------------------
on debian linux
nodejs v14.13.1
let me know if more information is required, thanks.

sorry newb problem

Couldn't get this working, it can't find modules? Downloaded, confirmed I have node, ran 'node alice.js' from main directory and it can't find module ".../alice/alice.js"? I updated node, tried installing it a few different ways, API keys are definitely right, am I missing something obvious?

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.