Skip to content

Releases: kirrishima/BlumAutoFarm

v1.3.3-beta

08 Nov 17:52
Compare
Choose a tag to compare

new Update!

release notes:

  • now bot uses it's own drop game payload server, so playing drop game is available and free now
  • add auto tasks completion (beta). This includes YouTube videos validation, socials and some other sections. To enable this, add "complete_tasks": true in "farming_settings" section in BlumBotData\Settings\settings.json. Note that this is not final version and you take all the risks!
  • to meet the updates, you might need to update BlumBotData\Settings\settings.json as follows:
{
  "api_id": "your api id",
  "api_hash": "yout api hash",
  "proxy": null,
  "farming_settings": {
    "complete_tasks": false,
    "payload_server": "https://blum-payload-generator.vercel.app/api/generate"
    "max_plays": 10,
    "points_range": [
      220,
      250
    ]
  }
}

in payload_server, you can add your own link to any server that supports json as in this code line format

Full Changelog: v1.3.2-beta...v1.3.3-beta

v1.3.2-beta

22 Oct 10:37
Compare
Choose a tag to compare

v1.3.1-beta

20 Oct 15:21
Compare
Choose a tag to compare

Fix release v1.3.0-beta

19 Oct 21:59
Compare
Choose a tag to compare

Fixed playing game and some other known issues

Full Changelog: v1.2.5...v1.3.0-beta

Latest

10 Oct 20:14
Compare
Choose a tag to compare

Full Changelog: v1.2.4...v1.2.5

Latest stable

27 Sep 10:34
Compare
Choose a tag to compare

fixed bugs with retry logic and reconnecting

v1.2.3

14 Sep 21:00
Compare
Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

v1.2.2

14 Sep 14:34
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 Sep 08:59
Compare
Choose a tag to compare

Hotfix for params

Also see v1.2 release notes for all changes

v1.2 release

10 Sep 16:38
Compare
Choose a tag to compare

New release!

New features:

  • New added commad added: use-account is used to disable or enable accounts.
  • New added commad added: show-accounts is used to print all accounts credentials.
  • Some output changed.

Changes:

  • Commands renamed, so they are no longer starting with "--".

Full Changelog: v1.1.2...v1.2