Changes

Tweet-toot

275 bytes added, 19:55, 10 January 2020
/* code script bash */
[https://github.com/ayush-sharma/tweet-toot tweet-toot]
 
- Déployé sur fixme.ch et lancé depuis [https://github.com/fixme-lausanne/Twitter-Hackerspace-Status/blob/master/twitter.pl twitter.pl]
== Installation ==
=== clonage du projet ===
git clone https://github.com/ayush-sharma/tweet-toot.git
Creation répertoire log
cd tweet-toot mkdir log
=== creation de virtualenv ===
Pre-requis :
apt-get install python3-venv
python3 , virtuelen
 
apt-get install python3-venv
 
----
cd tweet-toot
=== installation requirement ===
pip install -r requirements.txt
configuration in file config.json
{ "gen.APP_NAME": "Tweet-Toot", "gen.log_timestamp": "%Y-%m-%d %H:%M:%S", "tweets.source_account_url": "https://twitter.com/_fixme", "toots.host_instance": "https://tooting.ch", "toots.app_secure_token": "cK2YcOkkAB7UGUPjd3JX4VJSX6EfvNdT2TIm1k0AOIccK2YcOkkAB7UGUPjd3JX4VJSX6?fvNdT2TIm1k0AO?c", "toots.cache_path": "/tmp/" }
toots.app_secure_token : authorize application to write on mastodon. connexion sur le serveurMastodon ,Creation application ....
== Exécution ==
=== Manuellement Manuel ===
on se place dans le répertoireapplicatif répertoire applicatif
--
----
python run.py
=== script ===
=== Appel du = code script === ==== bash ====
#! /usr/bin/bash export VENV=/home/pboizot/src/tweet-toot/venv . $VENV/bin/activate DATEDAY=`date +"%j-%H-%M"` python run.py >log/lastweet-${DATEDAY}.log cat log/lastweet-${DATEDAY}.log
export VENV=$PROJET/src/tweet-toot/venv
. $VENV/bin/activate python run.py >>log/lastweet.log----
==== Exécution ====
./tweet-toot.bash
ControlGroup, administrator
4,237
edits