bclindner / ivory

A Mastodon automoderator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement driver system

bclindner opened this issue · comments

The current browser system is a horrible hack that needs to be replaced. First, though, I have to boil it down to generic methods and implement a driver system that the Ivory main script can use to switch between other systems.

I'm on this now. Project announcement kinda blew up so I need to get this code cleaned up and easy to maintain before this meets more widespread use.

Mostly complete - I think, still figuring out Python code structure. Can hopefully finish this up tomorrow and start work on the raw HTTP driver.