Skip to content

Mackral02/phpTwitterBot

Repository files navigation

PHP Twitter Bot

Twitter bot that tweets with text, creates images and tweets and loads of more features

Authors

🚀 About Me

I'm a UI/Frontend developer...

Mackral's GitHub stats Top Langs

Mackral's merge text and image

Demo code for fetching the image.

var formdata = new FormData();
formdata.append("quote", "");
formdata.append("author", "");
formdata.append("category", "");

var requestOptions = {
  method: 'POST',
  body: formdata,
  redirect: 'follow'
};

fetch("image-merge-api.php", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));

License

MIT

Free Software, Hell Yeah!

About

Twitter bot that tweets with text, creates images and tweets and loads of more features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages