agusart / MutualanTwitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit your ceredential details

mv .example_env .env && vim .env

If you dont have twitter Tokens try this Tutorials below:

Get Twitter Tokens

  1. Sign up for a new Twitter account. They'll ask for a phone number, and unfortunately, as of 5/12/2015, I think you have to provide one to get API keys. Add phone number

  2. Go to https://apps.twitter.com to create a new app. Create new app

  3. Fill out the form for creating a new app. App form

  4. Go to the Keys and Access Tokens tab, which will have your consumer key and secret. Copy them somewhere so that you can use them in your app. Hit Create My Access Token. Keys and Access Tokens tab

  5. Copy the access token key and secret for your app. Access token

  6. After that, you probably want to go back to your Twitter settings and delete your phone from it.

Twitter settings

@_hartsick pointed out that you can also just create one app and have multiple bots share it!

Build docker images

docker build --tag agusart/mutualfess .

Run a container

docker run --name agusart -v /home/agus/MutualanTwitter:/code -d agusart/mutualfess:latest

About


Languages

Language:Python 93.2%Language:Dockerfile 6.8%