ayamkv / fillect

tweets archillects photos randomly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

and

fillect

a python script that tweets archillects photos randomly using Arpillect API

β€Ž

πŸ‘¨β€πŸ”§ Installation

β€’ Copy and paste this command πŸ“‹

this will clone and install the required modules

git clone https://github.com/ayamkv/fillect.git
pip install -r requirements.txt

β€’ Fill your api key in config.py πŸ“

# your api keys
apikey = '#'
apikey_secret = '#'
token = '#'
token_secret = '#'

β€’ then finally run βš™οΈ

python main.py

β€’ Done βœ…


πŸ”§ Configuration


β€’ Random

randomize = True
# or
randomize= False 

True it will randomize

False it will show an input for your desired number

β€’ Loop

loop = 2 # loops every 2 hour

loops every x amount of hour



FAQ

β€’ How to get twitter API keys?


notes

  • needs to support gif files
  • possibly a flask web version

big big thanks to

Arpillect

About

tweets archillects photos randomly


Languages

Language:Python 99.4%Language:Procfile 0.6%