add README and LICENSE
This commit is contained in:
parent
b1a3309cc7
commit
c7b2a6bfba
2 changed files with 699 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# An rudimentary framework for an interactive fediverse bot
|
||||
|
||||
This code makes a few assumptions:
|
||||
- you know how to use a linux command line
|
||||
- you are familiar with and have worked with the python programming language
|
||||
- have access to both
|
||||
|
||||
There are some relatively hard-coded variables in the code:
|
||||
- the environment variable names, mainly
|
||||
|
||||
For now, this code does the following:
|
||||
- listens to the user's home feed
|
||||
- responds to specific prompts:
|
||||
- will respond to various hellos
|
||||
- will respond with a quote from a specifically-formatted, internet-accessibe text file
|
||||
- will print and apprise of events on that timeline
|
||||
|
||||
In writing this code, I chose to use generic python modules instead of the well-known Mastodon.py
|
||||
module - this way we can tweak the code based on our specific quirks if necessary and be less
|
||||
dependent on Mastodon. As an example: I routinely test my code against GoToSocial as well as
|
||||
Mastodon and Glicth-Soc.
|
||||
|
||||
---
|
||||
|
||||
It works! Where we go from here is still yet to be decided.
|
||||
Loading…
Add table
Add a link
Reference in a new issue