Skip to content

Rishav-12/boredapixtwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boredapixtwitter

This is a Twitter bot integrated with https://boredapi.com.

Installation

  • Clone the repo
  • Run
pip install requests
pip install tweepy

Description

This bot pulls a random activity from The Bored API and posts to Twitter automatically.

Here's the account https://twitter.com/@new_to6/

Usage

  • Create a developer account on twitter

  • Get all the tokens from the app dashboard

  • Create a secrets.json file in the root of the repo and paste the following code

{
    "consumer_key": "YOUR_CONSUMER_KEY",
    "consumer_secret": "YOUR_CONSUMER_SECRET",
    "access_token": "YOUR_ACCESS_TOKEN",
    "access_token_secret": "YOUR_ACCESS_TOKEN_SECRET"
}

Make sure to put them in correctly. Also ensure that your app has write access to your twitter account. You can always look up the official documentation for more help.

License

MIT

About

This is a Twitter bot integrated with https://boredapi.com

Resources

License

Stars

Watchers

Forks

Languages