mattwelter / crypto-price-bot

Crypto Twitter bot template that tweets a crypto's price & 24hr percent every 15 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Crypto Price Bot – Template

Python 2.7, 3.5

This is a Twitter bot template. The bot is able to post your desired Cryptocurrency's price & 24hr percent every 15 minutes.

LIVE Cryptocurrency Bots (using this template)

Ethereum, Dogecoin, Chainlink, Helium, Ripple

Dependencies

Usage

  1. Download this repo
  2. Open Terminal or Command Prompt
  3. Set location to directory cd /path/to/dir
  4. Start the program python twitter_bot.py

FAQ

"How do I get acess to the Twitter dev API?"

https://developer.twitter.com/en/apply-for-access

Steps:

  1. Apply for dev account
  2. Hobbyist > Making a bot > Get started
  3. Fill out email, phone, name, country. Click next
  4. "How will you use the Twitter API or Twitter Data?"

Here is exactly what I said:

Core use case: I’m creating a Twitter account that post the
cryptocurrency $ETH price & 24hr percentage every 15 minutes.
No other automation is being used, no messaging, no liking,
no retweeting, no following, I am only automating tweeting.
I am web scraping coinmarketcap.com and posting the price and
% data using the Twitter API. This helps the crypto Twitter
community know what the price is without having to leave
Twitter.

I’m creating a few Twitter automation accounts that post the
cryptocurrency price of a few coins every 15 minutes. No other
automation is being used. I am web scraping coinmarketcap.com
and posting the price and % data using the Twitter API.
  1. "Are you planning to Analyze Twitter data? -> NO
  2. "Will your app use Tweet, Retweet, Like, Follow, or Direct Message functionality?" -> NO
  3. "Do you plan to display Tweets or aggregate data about Twitter content outside Twitter?" -> NO
  4. "Will your product, service, or analysis make Twitter content or derived information available to a government entity?" -> NO
  5. Review information > Submit application

About

Crypto Twitter bot template that tweets a crypto's price & 24hr percent every 15 minutes.


Languages

Language:Python 100.0%