Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

A twitter bot made in Python that tweets random Disney characters with their info

Notifications You must be signed in to change notification settings

aguirre-ivan/twitterbot-disneycharacters

Repository files navigation

Disney Twitterbot

A twitter bot that tweets random Disney characters with their information (films, TV shows, videogames)

Installation

This bot uses tweepy module. You can install it using pip.

$ pip install tweepy

You need to create a new application on twitter. Get keys and access token for credentials.py

Usage

Edit credentials.py and run disney_bot.py

$ python disney_bot.py

You can change the tweeting time in disney_bot.py

APIS

  • Twitter: Read and write Twitter data
  • Disney: Information of Disney characters

Format tweet

"character name"

Films: "character films"
TV shows: "character TV shows"
Videogames: "character videogames"

"character image"

ExampleTweet

Twitterbot status

Offline

About

A twitter bot made in Python that tweets random Disney characters with their info

Topics

Resources

Stars

Watchers

Forks

Languages