• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
Wiki (mostly outdated)
Technology Chart
Rep hack list
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
Mactan Network
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery Development Discovery Developers Forum
1 2 3 4 Next »
DarkBot

Server Time (24h)

Players Online

Events
If you can see this you have JavaScript disabled

Latest activity

DarkBot
Offline darkwind
05-08-2021, 11:11 AM, (This post was last modified: 05-08-2021, 11:31 AM by darkwind.)
#1
Frontier Sheriff
Posts: 973
Threads: 132
Joined: Oct 2019
Staff roles:
Coding Developer

looking how old pobbot got broken and stopped showing players,
and after being asked by @Groshyr to try repairing the old one, I decided

[Image: qngO445.png]

and here it comes the DarkBot
[Image: FdcH5P2.png]

wiki can be found here

example of work:
[Image: general.png]

Current features
  • Tracking bases health / name / affiliation
  • Tracking players in chosen space regions and systems (trackable area)
  • Distinguishing friends and enemies in trackable area
  • Making @here alert in discord, if amount of players above thresholds (default: disabled)
  • Separated alerts for unregocnized players, friends and enemies
  • Auto erasing messages older than 40 seconds in connected channel
  • Ability to clear all msgs manually

Plans for the future

When Alex would process my code additions for Flhook:
  • Alerts for base attacks
  • Showing which player bases have ore for sale or for buying
  • Same for devices selling/buying at the player bases
  • Same could be also used to track Food/Water/Oxygen at the bases

Developers

@darkwind (Python / Testing / Deployment)
@Alex. (FLhook and API)


Dev Feedback Dev Announcements FL Dark Net Dark Bot Dark Tube Loader Dark Encryptor Darktool Interstellar Beacon
[+]Former Sig

[Image: user4656.gif]
Reply  
Offline SlappyTheRoach
05-08-2021, 11:48 AM,
#2
Game Master
Posts: 1,435
Threads: 69
Joined: Nov 2018
Staff roles:
Server Administrator

Looking good, nice easy commands to follow through the wiki you have linked. Be cool to see what else this bot can do. Keep up the good work.

[Image: 6xJ4Q4P.png]
The Rose Dragons, >BD< | Nakai Shun
Reply  
Offline darkwind
07-17-2021, 03:00 PM, (This post was last modified: 07-17-2021, 03:04 PM by darkwind.)
#3
Frontier Sheriff
Posts: 973
Threads: 132
Joined: Oct 2019
Staff roles:
Coding Developer

darkbot 0.3
since forumlancer bot is broken, I added its features to darkbot now.
funny enough, you can thank @Groshyr again for kicking me to do that.

new feature:
You can track appearance of new forum messages.

how to use in docs:
https://dd84ai.github.io/darkbot/info/forum.html

[Image: forum_example.png]


Dev Feedback Dev Announcements FL Dark Net Dark Bot Dark Tube Loader Dark Encryptor Darktool Interstellar Beacon
[+]Former Sig

[Image: user4656.gif]
Reply  
Offline Xenon
06-25-2022, 08:01 AM,
#4
Member
Posts: 1,942
Threads: 141
Joined: Feb 2016

is it coming back anytime soon buddy?

[Image: Xenon-Shop2-1.png]
☆ NEBULA SHIPPING EXPRESS ☆ NEBULA NEURAL NETWORK ☆ GRAND PLAZA ☆
☆ FEEDBACK ☆ RECRUITMENT ☆ NEBULA TECHNOLOGIES - CAMBRIDGE ☆
WHEN EXCELLENCY BECOMES A HABIT

Reply  
Offline darkwind
01-25-2023, 01:08 AM, (This post was last modified: 01-25-2023, 01:24 AM by darkwind.)
#5
Frontier Sheriff
Posts: 973
Threads: 132
Joined: Oct 2019
Staff roles:
Coding Developer

[Image: 8675309.jpg]

Darkbot returns as Darkbot3.
  • It underwent a major refactorization and now reimplemented in golang with clean architecture for code scalability to add new features
  • general stability added, because all errors are now handled way better with Golang approach that handles most of them at compile time.
  • project saves ready for deployment docker images at docker hub
  • darkbot has its own server now only for itself

# Features
  • Adding player bases for tracking in discord channel
# Project status
  • (sun) in active development (sun) until at least all planned features are added from the list "Comin soon" and "For later"
  • May have some issues which will be resolved as soon as possible
  • May went through database wipes during deployments of new releases. Announcement about new releases will be made into Discord channel where it joined and here.
# Future plans: Comming Soon
  • Adding players for tracking based on tag in nickname or star systems / regions to track
  • Adding configurable alert triggers to base and player tracking
# Future plans: For later
  • Adding forum post for tracking
# Future plans: For more later
  • Adding resource tracking at player bases
  • Adding some useful help scripts to calculate analytics
# How to get started
  • invite both to server by link
  • add to some channel by writing . connect
  • get help which commands are available by . --help or requesting help on sub commands . base --help
  • add base tag for tracking . base add Research Station
  • confirm it was added . base list
  • in around 20 seconds you should see rendered and constantly updated view at this channel
  • remove tag by . base remove Research Station or by . base clear

[Image: base_render.png]

# Acknowledgements
  • Freelancer Discovery API provided by Alex as a way to deliver info from Flhook to the bot
  • Pobbot originally made by dr.lameos sparkled this project
See up to date wiki here

# Contacts
  • join Darklab discord server
  • write to Discovery forum account
  • or write to email dark.dreamflyer@gmail.com
  • Github repository of the project


Dev Feedback Dev Announcements FL Dark Net Dark Bot Dark Tube Loader Dark Encryptor Darktool Interstellar Beacon
[+]Former Sig

[Image: user4656.gif]
Reply  
Offline darkwind
01-25-2023, 10:22 AM,
#6
Frontier Sheriff
Posts: 973
Threads: 132
Joined: Oct 2019
Staff roles:
Coding Developer

Reported Issue:
Storage was ephemeral and self deleted itself during auto recovery from problems

Status:
Issue is solved
Storage is changed to persistent


Dev Feedback Dev Announcements FL Dark Net Dark Bot Dark Tube Loader Dark Encryptor Darktool Interstellar Beacon
[+]Former Sig

[Image: user4656.gif]
Reply  
Offline darkwind
01-25-2023, 10:24 AM, (This post was last modified: 01-30-2023, 12:51 AM by darkwind.)
#7
Frontier Sheriff
Posts: 973
Threads: 132
Joined: Oct 2019
Staff roles:
Coding Developer

Reported issue:
Unexpected high CPU and disk writing takes place at some point of time. Taking up to 100% of resources, including high disk resource writing
Leading at some point to auto reboot of kube cluster

Status:

2023-01-25: Temporal solution #1 for autorecovery during this problem is ensured to be. Application will autorelaunch on its own during if problem will happen again
2023-01-25: Temporal solution #2 is found. Added limit to running POD in terms of CPU, which will force its automated restart if it goes above the limit. It will ensure automated restart within healthy parameters of a server
2023-01-26: 24 hours passed without repeated incident in CPU peaks, monitoring for few days more.

[Image: Screenshot_20230128_195634.png]


2023-01-29: Source reason is identified: in 1 hour RAM storage is overfilled with scrapped data, which leads to using disk swap, which causes intensive desk reading/writing, which leads to cluster death and reboot.
2023-01-29: Source reason is fixed in #19
2023-01-29: Awaiting deployment

2023-01-30: deployed as v0.1.1. issues is solved. Monitoring results


Dev Feedback Dev Announcements FL Dark Net Dark Bot Dark Tube Loader Dark Encryptor Darktool Interstellar Beacon
[+]Former Sig

[Image: user4656.gif]
Reply  
Offline Xenon
01-29-2023, 10:41 PM,
#8
Member
Posts: 1,942
Threads: 141
Joined: Feb 2016

Excellent progress @darkwind --- This is awesome!
Keep up the good work and thanks for all the efforts Smile
I am looking forward to seeing a better fancy layout/format for the POBs information by the bot.

[Image: Xenon-Shop2-1.png]
☆ NEBULA SHIPPING EXPRESS ☆ NEBULA NEURAL NETWORK ☆ GRAND PLAZA ☆
☆ FEEDBACK ☆ RECRUITMENT ☆ NEBULA TECHNOLOGIES - CAMBRIDGE ☆
WHEN EXCELLENCY BECOMES A HABIT

Reply  


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2023 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode