Skip to content

153/jpbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

masto.py has "instance_url" as well as "username" and "password" feields
to modify...

./client.secret and ./user.secret are necessary to allow posting.

Requires halcy's Mastodon.py and a mastodon or Pleroma account+server
of your choosing 

bot.py accepts server URL, nickname, username, and channel name.
  !tweet something
posts a message to the Mastodon account you configured in
masto.py. 


pip3 install Mastodon.py
nano masto.py
nano bot.py
chmod +x masto.py
chmod +x bot.py
python3 masto.py
python3 bot.py