Coder Social home page Coder Social logo

santhoshbala18 / twittercontentreplybot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wigsnes/twittercontentreplybot

0.0 1.0 0.0 25 KB

This application will be a learning experience in using the twitter API. The objective will be to create a bot that replies to users with media content that is related to the tweet that they posted. For example if the tweet has the phrase "It was a good day", it will reply with a Youtube link to the music video it was a good day by ice cube.

Python 100.00%

twittercontentreplybot's Introduction

Twitter Content Reply Bot

Hacktoberfest

Please read the CONTRIBUTING.md on how to contribute to this project.

Running the bot on your own Twitter account

  • Apply for a Twitter developer account here
  • This will give you access to your own API keys and access tokens.
  • Now, change the file called config.py inside the working directory and fill it in
API_key = "YOUR OWN API KEY"
API_secret_key = "YOUR OWN API SECRET KEY"
Access_token = "YOUR OWN ACCESS TOKEN"
Access_token_secret = "YOUR OWN SECRET ACCESS TOKEN"

Also remember to set

DEBUG = false

in twitter.py.

twittercontentreplybot's People

Contributors

wigsnes avatar spazzy757 avatar may55 avatar santhoshmoback avatar jaydee94 avatar llxzy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.