Re: thebotbloglib - A social media bot library

2020-01-03 Thread bauss via Digitalmars-d-announce

On Sunday, 29 December 2019 at 16:14:58 UTC, bauss wrote:


The blog is not yet open but it's the blog is written 
completely in D too.




Just a small update as the blog is now up and running at:

https://thebotblog.net/


thebotbloglib - A social media bot library

2019-12-29 Thread bauss via Digitalmars-d-announce
Working on a new blog for social media bots and technology in 
general and decided to open-source some of the code I am using 
for my bots.


This is an initial release of a basic library for the Facebook 
API but also contains some image manipulation (by interacting 
with a command-line program written in C#)


Dub Link: https://code.dlang.org/packages/thebotbloglib

Github Link: https://github.com/TheBotBlog/thebotbloglib

Blog Facebook Link: https://facebook.com/thebotblog

The blog is not yet open but it's the blog is written completely 
in D too.


Examples, usage etc. will be posted on the blog whenever it's 
ready along with some other D related stuff.


The reason for the image manipulation being done with C# and 
through CMD was simply to avoid a hassle doing it in D and 
currently there is no good image manipulation available in D.


Of course I could have went with image-magick too but I am more 
familiar with image manipulation using the .NET Framework so 
that's why I did it that way.


Thank you and it has been while but I definitely hasn't quit 
using D.