use older dependacy and modify generate.py

This commit is contained in:
Ruben 2025-04-19 11:37:54 -05:00
commit effdd45e10
No known key found for this signature in database
GPG key ID: AE181294E97E4802
2 changed files with 3 additions and 7 deletions

View file

@ -17,13 +17,9 @@ while not generated:
text = text.replace('@','@').replace('#','#')
print(text)
requests.post("https://brain.d.on-t.work/api/notes/create", json={
requests.post("https://beeping.synth.download/api/iceshrimp/notes", json={
'i': secrets__.TOKEN,
'visibility': 'home',
'noExtractMentions': True,
'noExtractHashtags': True,
'text': text,
'cw': 'markov chain generated post'
})
})

View file

@ -1,3 +1,3 @@
markovify
requests
spacy
spacy<3.8.0