cquest / tootbot

python bot to clone tweets to a mastodon account
GNU Affero General Public License v3.0
101 stars 35 forks source link

Document requisites #3

Closed feth closed 1 year ago

feth commented 6 years ago

I had to find about requisites feedparser and mastodon, so I propose this change.

cquest commented 1 year ago

These dependencies are already listed in requirements.txt and should be installed by the

pip3 install -r requirements.txt

already mentionned in the README